kactoos-jvm / nnl.rocks.kactoos.scalar / LowestOf
class LowestOf<T : Comparable<T>> : Scalar<T>
Find the lowest item.
There is no thread-safety guarantee.
T - Scalar type
Since 0.4
| Name | Summary |
|---|---|
| <init> | LowestOf(iterable: Iterable<KScalar<T>>)LowestOf(vararg items: T)LowestOf(vararg scalars: KScalar<T>) |
| Name | Summary |
|---|---|
| invoke | fun invoke(): TGet value of this Scalar |