public class DelegatingYieldingAccumulator<OutType,T> extends YieldingAccumulator<OutType,T>
Constructor and Description |
---|
DelegatingYieldingAccumulator(YieldingAccumulator<OutType,T> delegate) |
Modifier and Type | Method and Description |
---|---|
OutType |
accumulate(OutType accumulated,
T in) |
void |
reset() |
void |
yield() |
boolean |
yielded() |
public DelegatingYieldingAccumulator(YieldingAccumulator<OutType,T> delegate)
public void yield()
yield
in class YieldingAccumulator<OutType,T>
public boolean yielded()
yielded
in class YieldingAccumulator<OutType,T>
public void reset()
reset
in class YieldingAccumulator<OutType,T>
public OutType accumulate(OutType accumulated, T in)
accumulate
in class YieldingAccumulator<OutType,T>
Copyright © 2011–2017. All rights reserved.