final case classArbitrary[A](a: A) extends ReduceFunc[A] with Product with Serializable
This is intended to be the “cheapest” way to get a single value out of a
set, where it doesn’t matter which one (usually used in the case where all
entries are known to be the same).
Linear Supertypes
Serializable, Serializable, Product, Equals, ReduceFunc[A], AnyRef, Any
This is intended to be the “cheapest” way to get a single value out of a set, where it doesn’t matter which one (usually used in the case where all entries are known to be the same).