Uses of Interface
org.drools.model.functions.Function0
-
Packages that use Function0 Package Description org.drools.model org.drools.model.functions org.drools.model.impl -
-
Uses of Function0 in org.drools.model
Methods in org.drools.model that return Function0 Modifier and Type Method Description Function0<A>From0. getProvider()Methods in org.drools.model with parameters of type Function0 Modifier and Type Method Description static <T> From<T>DSL. from(Function0<T> provider)PatternDSL.ExchangeDef<T>PatternDSL.ExchangeDef. message(Function0<T> supplier)PatternDSL.ExchangeDef<T>PatternDSL.ExchangeDefImpl. message(Function0<T> supplier)static <R> DynamicValueSupplier<R>DSL. supply(Function0<R> f)Constructors in org.drools.model with parameters of type Function0 Constructor Description _0(Function0<R> f) -
Uses of Function0 in org.drools.model.functions
Classes in org.drools.model.functions that implement Function0 Modifier and Type Class Description static classFunction0.Impl<R>static classFunction0.NullMethods in org.drools.model.functions with parameters of type Function0 Modifier and Type Method Description static <R> FunctionN<R>FunctionUtils. toFunctionN(Function0<R> f)Constructors in org.drools.model.functions with parameters of type Function0 Constructor Description Impl(Function0<R> function) -
Uses of Function0 in org.drools.model.impl
Methods in org.drools.model.impl that return Function0 Modifier and Type Method Description Function0<T>Exchange. getMessageSupplier()Function0<T>From0Impl. getProvider()Methods in org.drools.model.impl with parameters of type Function0 Modifier and Type Method Description voidExchange. setMessageSupplier(Function0<T> messageSupplier)Constructors in org.drools.model.impl with parameters of type Function0 Constructor Description From0Impl(Function0<T> provider)From0Impl(Function0<T> provider, boolean reactive)
-