Interface Predicate<X>
-
- All Known Implementing Classes:
ConditionalRewriter.IsForwardIf
,ExactTypeFilter
,ExceptionAggregator.ValidException
,Functional.NotNull
,Misc.HasBackJump
,Misc.IsBackJumpTo
,Misc.IsForwardJumpTo
,PrePostchangeAssignmentRewriter.StatementCanBePostMutation
,RecordRewriter.IsCanonicalConstructor
,SynchronizedRewriter.FindBlockStarts
,TypeFilter
public interface Predicate<X>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(X in)
-
-
-
Method Detail
-
test
boolean test(X in)
-
-