public final class CollectionCanAccumulate<A>
extends scala.AnyVal
Constructor and Description |
---|
CollectionCanAccumulate(scala.collection.TraversableOnce<A> underlying) |
Modifier and Type | Method and Description |
---|---|
Accumulator<A> |
accumulate() |
static java.lang.Class<? extends java.lang.Object> |
getClass() |
scala.collection.TraversableOnce<A> |
underlying() |
public CollectionCanAccumulate(scala.collection.TraversableOnce<A> underlying)
public static java.lang.Class<? extends java.lang.Object> getClass()
public scala.collection.TraversableOnce<A> underlying()
public Accumulator<A> accumulate()