Interface Predicate

All Known Subinterfaces:
BinaryPredicate<T>, CollectionPredicate<T>, ConstantPredicate, ContainerPredicate<T>, QueryPredicate
All Known Implementing Classes:
BinaryQueryPredicate, CollectionQueryPredicate, CombinationQueryPredicate, ConstantQueryPredicate, ContainerQueryPredicate, VariableQueryPredicate

public interface Predicate
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     
  • Method Details

    • render

      default String render()