Package io.atlassian.fugue
Class FugueCollectors.Ref<A>
- java.lang.Object
-
- io.atlassian.fugue.FugueCollectors.Ref<A>
-
- Type Parameters:
A- reference type
- Enclosing class:
- FugueCollectors
private static final class FugueCollectors.Ref<A> extends java.lang.ObjectMutable reference. Used to carry collectors state. Specifically forCollector.accumulator()because it should always mutate the collectors state in-place. Not thread safe!Collector.Characteristics.CONCURRENTmust not be present in the list of collector's characteristics.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private Aget()private voidupdate(java.util.function.UnaryOperator<A> update)
-