Class FugueCollectors.Ref<A>
java.lang.Object
io.atlassian.fugue.FugueCollectors.Ref<A>
- Type Parameters:
A- reference type
- Enclosing class:
FugueCollectors
Mutable reference. Used to carry collectors state. Specifically for
Collector.accumulator() because it should always mutate the
collectors state in-place. Not thread safe!
Collector.Characteristics.CONCURRENT must not be
present in the list of collector's characteristics.- Since:
- 4.8.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
Ref
-
-
Method Details
-
get
-
update
-