Kactoos

kactoos-jvm / nnl.rocks.kactoos.scalar / LowestOf

LowestOf

class LowestOf<T : Comparable<T>> : Scalar<T>

Find the lowest item.

There is no thread-safety guarantee.

Parameters

T - Scalar type

Since 0.4

Constructors

Name Summary
<init> LowestOf(iterable: Iterable<KScalar<T>>)
LowestOf(vararg items: T)
LowestOf(vararg scalars: KScalar<T>)

Functions

Name Summary
invoke fun invoke(): T
Get value of this Scalar