kactoos-jvm / nnl.rocks.kactoos.io / LengthOf
class LengthOf : NumberEnvelope
Length of Input.
There is no thread-safety guarantee.
Since 0.1
| Name | Summary |
|---|---|
| <init> | LengthOf(input: Input)LengthOf(input: Input, max: Int)Length of Input. |
| Name | Summary |
|---|---|
| invoke | open fun invoke(): DoubleGet value of this Scalar |
| toByte | fun toByte(): Byte |
| toChar | fun toChar(): Char |
| toDouble | fun toDouble(): Double |
| toFloat | fun toFloat(): Float |
| toInt | fun toInt(): Int |
| toLong | fun toLong(): Long |
| toShort | fun toShort(): Short |