Class Accumulator1<A,B>
- java.lang.Object
-
- org.drools.ruleunits.dsl.accumulate.Accumulator1<A,B>
-
public class Accumulator1<A,B> extends Object
-
-
Constructor Summary
Constructors Constructor Description Accumulator1(org.drools.model.functions.Function1<A,?> bindingFunc, Supplier<?> accFuncSupplier, Class<B> accClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<B>getAccClass()Supplier<?>getAccFuncSupplier()org.drools.model.functions.Function1<A,?>getBindingFunc()
-