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