Interface QueryImpl.Predicate<T>

Enclosing class:
QueryImpl<T extends BaseDataEntity<String>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface private static interface QueryImpl.Predicate<T>
Simple functional interface for in-memory filtering (Java 8 compatible).
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(T entity)
     
  • Method Details

    • test

      boolean test(T entity)