avail
2.0.0.alpha11
avail
/
avail.descriptor.numbers
/
IntegerDescriptor
/
Companion
/
fromInt
from
Int
@
JvmStatic
fun
fromInt
(
anInteger
:
Int
)
:
AvailObject
Content copied to clipboard
Convert the specified Kotlin
Int
into an Avail integer.
Return
An
AvailObject
.
Parameters
an
Integer
A Java
Int
(Kotlin
Int
).