Interface Predicate<X>

All Known Implementing Classes:
ExactTypeFilter, Functional.NotNull, Misc.HasBackJump, Misc.IsBackJumpTo, Misc.IsForwardJumpTo, TypeFilter

public interface Predicate<X>
  • Method Summary

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

    • test

      boolean test(X in)