public class DroolsGroupBy<A,B,ResultContainer,NewB> extends Object implements Serializable
Constructor and Description |
---|
DroolsGroupBy(UniConstraintCollector<B,ResultContainer,NewB> collector) |
Modifier and Type | Method and Description |
---|---|
void |
accumulate(org.drools.core.common.InternalFactHandle handle,
A groupKey,
B collected) |
Set<DroolsGroupByAccumulator.Pair<A,NewB>> |
getResult() |
void |
init() |
void |
reverse(org.drools.core.common.InternalFactHandle handle) |
public DroolsGroupBy(UniConstraintCollector<B,ResultContainer,NewB> collector)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.