Interface ComposedPredicate<ENTITY,A>

All Superinterfaces:
Comparator<ENTITY>, com.speedment.runtime.compute.expression.ComposedExpression<ENTITY,A>, com.speedment.runtime.compute.expression.Expression<ENTITY>, com.speedment.runtime.compute.trait.HasAsDouble<ENTITY>, com.speedment.runtime.compute.trait.HasAsInt<ENTITY>, com.speedment.runtime.compute.trait.HasAsLong<ENTITY>, com.speedment.runtime.compute.trait.HasCompare<ENTITY>, com.speedment.runtime.compute.trait.HasCompose<ENTITY>, com.speedment.runtime.compute.trait.HasHash<ENTITY>, com.speedment.runtime.compute.trait.HasMap<ENTITY,com.speedment.common.function.BooleanUnaryOperator,com.speedment.runtime.compute.ToBoolean<ENTITY>>, com.speedment.runtime.compute.trait.HasMapToDouble<ENTITY,com.speedment.common.function.BooleanToDoubleFunction>, Predicate<ENTITY>, SpeedmentPredicate<ENTITY>, com.speedment.runtime.compute.ToBoolean<ENTITY>, com.speedment.common.function.ToBooleanFunction<ENTITY>

public interface ComposedPredicate<ENTITY,A> extends SpeedmentPredicate<ENTITY>, com.speedment.runtime.compute.expression.ComposedExpression<ENTITY,A>
SpeedmentPredicate that composes a Function and another SpeedmentPredicate, testing the output of the function with the predicate to get the result.
Since:
3.1.2
Author:
Emil Forslund