Interface EntityQueryConditionJpaFunctionHandler

All Superinterfaces:
EntityQueryConditionFunctionHandler<org.springframework.data.jpa.domain.Specification>, Function<EntityQueryCondition,org.springframework.data.jpa.domain.Specification>
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 interface EntityQueryConditionJpaFunctionHandler extends EntityQueryConditionFunctionHandler<org.springframework.data.jpa.domain.Specification>
Since:
4.2.0
Author:
Marc Vanbrabant
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.jpa.domain.Specification
    apply(EntityQueryCondition entityQueryCondition)
     

    Methods inherited from interface java.util.function.Function

    andThen, compose