Uses of Interface
org.drools.model.functions.Predicate1
Packages that use Predicate1
Package
Description
-
Uses of Predicate1 in org.drools.model
Methods in org.drools.model that return Predicate1Modifier and TypeMethodDescriptionPatternDSL.PatternExpr1.getPredicate()default Predicate1SingleConstraint.getPredicate1()Predicate1<T>[]WindowReference.getPredicates()Methods in org.drools.model with parameters of type Predicate1Modifier and TypeMethodDescriptionstatic <T> Expr1ViewItem<T>DSL.expr(String exprId, Variable<T> var, Predicate1<T> predicate) static <T> Expr1ViewItem<T>DSL.expr(Variable<T> var, Predicate1<T> predicate) PatternDSL.PatternDef.expr(String exprId, Predicate1<T> predicate) PatternDSL.PatternDef.expr(String exprId, Predicate1<T> predicate, AlphaIndex<T, ?> index) PatternDSL.PatternDef.expr(String exprId, Predicate1<T> predicate, AlphaIndex<T, ?> index, PatternDSL.ReactOn reactOn) PatternDSL.PatternDef.expr(String exprId, Predicate1<T> predicate, PatternDSL.ReactOn reactOn) PatternDSL.PatternDef.expr(Predicate1<T> predicate) PatternDSL.PatternDefImpl.expr(String exprId, Predicate1<T> predicate) PatternDSL.PatternDefImpl.expr(String exprId, Predicate1<T> predicate, AlphaIndex<T, ?> index) PatternDSL.PatternDefImpl.expr(String exprId, Predicate1<T> predicate, AlphaIndex<T, ?> index, PatternDSL.ReactOn reactOn) PatternDSL.PatternDefImpl.expr(String exprId, Predicate1<T> predicate, PatternDSL.ReactOn reactOn) PatternDSL.PatternDefImpl.expr(Predicate1<T> predicate) static <A> ConditionalConsequenceBuilderPatternDSL.when(String exprId, Variable<A> var, Predicate1<A> predicate) static <A> ConditionalConsequenceBuilderPatternDSL.when(Variable<A> var, Predicate1<A> predicate) static <T> WindowReference<T>DSL.window(WindowDefinition.Type type, long value, Class<T> patternType, EntryPoint entryPoint, Predicate1<T>... predicates) static <T> WindowReference<T>DSL.window(WindowDefinition.Type type, long value, Class<T> patternType, Predicate1<T>... predicates) static <T> WindowReference<T>DSL.window(WindowDefinition.Type type, long value, TimeUnit timeUnit, Class<T> patternType, EntryPoint entryPoint, Predicate1<T>... predicates) static <T> WindowReference<T>DSL.window(WindowDefinition.Type type, long value, TimeUnit timeUnit, Class<T> patternType, Predicate1<T>... predicates) Constructors in org.drools.model with parameters of type Predicate1ModifierConstructorDescriptionPatternExpr1(String exprId, Predicate1<T> predicate, AlphaIndex<T, ?> index, PatternDSL.ReactOn reactOn) PatternExpr1(Predicate1<T> predicate, AlphaIndex<T, ?> index, PatternDSL.ReactOn reactOn) -
Uses of Predicate1 in org.drools.model.consequences
Methods in org.drools.model.consequences with parameters of type Predicate1Modifier and TypeMethodDescriptionConditionalConsequenceBuilder.elseWhen(String exprId, Variable<A> var, Predicate1<A> predicate) ConditionalConsequenceBuilder.elseWhen(Variable<A> var, Predicate1<A> predicate) -
Uses of Predicate1 in org.drools.model.constraints
Methods in org.drools.model.constraints that return Predicate1Constructors in org.drools.model.constraints with parameters of type Predicate1ModifierConstructorDescriptionSingleConstraint1(String exprId, Variable<A> variable, Predicate1<A> predicate) SingleConstraint1(Variable<A> variable, Predicate1<A> predicate) -
Uses of Predicate1 in org.drools.model.functions
Classes in org.drools.model.functions that implement Predicate1Methods in org.drools.model.functions that return Predicate1Constructors in org.drools.model.functions with parameters of type Predicate1 -
Uses of Predicate1 in org.drools.model.impl
Methods in org.drools.model.impl that return Predicate1Constructors in org.drools.model.impl with parameters of type Predicate1ModifierConstructorDescriptionWindowReferenceImpl(WindowDefinition.Type type, long value, Class<T> patternType, EntryPoint entryPoint, Predicate1<T>... predicates) WindowReferenceImpl(WindowDefinition.Type type, long value, Class<T> patternType, Predicate1<T>... predicates) WindowReferenceImpl(WindowDefinition.Type type, long value, TimeUnit timeUnit, Class<T> patternType, EntryPoint entryPoint, Predicate1<T>... predicates) WindowReferenceImpl(WindowDefinition.Type type, long value, TimeUnit timeUnit, Class<T> patternType, Predicate1<T>... predicates) -
Uses of Predicate1 in org.drools.model.patterns
Methods in org.drools.model.patterns with parameters of type Predicate1Modifier and TypeMethodDescriptionPatternBuilder.ConstrainedPatternBuilder.and(String exprId, Predicate1<T> predicate) PatternBuilder.ConstrainedPatternBuilder.and(Predicate1<T> predicate) PatternBuilder.ConstrainedPatternBuilder.or(String exprId, Predicate1<T> predicate) PatternBuilder.ConstrainedPatternBuilder.or(Predicate1<T> predicate) PatternBuilder.BoundPatternBuilder.with(String exprId, Predicate1<T> predicate) PatternBuilder.BoundPatternBuilder.with(Predicate1<T> predicate) -
Uses of Predicate1 in org.drools.model.view
Methods in org.drools.model.view that return Predicate1Constructors in org.drools.model.view with parameters of type Predicate1ModifierConstructorDescriptionExpr1ViewItemImpl(String exprId, Variable<T> var, Predicate1<T> predicate) Expr1ViewItemImpl(Variable<T> var, Predicate1<T> predicate)