kactoos-jvm / nnl.rocks.kactoos.scalar / SolidScalar
class SolidScalar<out T : Any> : Scalar<T>
Cached and synchronized version of a KScalar.
Objects of this class are thread safe.
T - Type of result
func - Cached func
Since 0.4
See Also
| Name | Summary |
|---|---|
| <init> | SolidScalar(scalar: KScalar<T>)SolidScalar(func: Func<Boolean, T>)Cached and synchronized version of a KScalar. |
| Name | Summary |
|---|---|
| invoke | fun invoke(): TGet value of this Scalar |