kactoos-jvm / nnl.rocks.kactoos.scalar / Constant
class Constant<out T : Any> : Scalar<T>
Constant value that never changes.
T - Type of scalar
Since 0.3
| Name | Summary |
|---|---|
| <init> | Constant(origin: T)Constant(origin: KScalar<T>)Constant value that never changes. |
| Name | Summary |
|---|---|
| invoke | fun invoke(): TGet value of this Scalar |