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

    Modifier and Type
    Method
    Description
    boolean
    test(X in)
     
  • Method Details

    • test

      boolean test(X in)