Interface ProjectionResolver.BiPredicate

All Superinterfaces:
BiPredicate<CqnStatement,CqnStatement>
Enclosing class:
ProjectionResolver<T extends CqnStatement>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ProjectionResolver.BiPredicate extends BiPredicate<CqnStatement,CqnStatement>
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     

    Methods inherited from interface java.util.function.BiPredicate

    and, negate, or, test
  • Method Details

    • testNext

      default boolean testNext()