toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.time
/
NumberOfTimes
Number
Of
Times
@
JvmInline
value
class
NumberOfTimes
(
val
count
:
Int
)
Members
Constructors
Number
Of
Times
Link copied to clipboard
constructor
(
count
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
count
Link copied to clipboard
val
count
:
Int
has
More
Link copied to clipboard
val
hasMore
:
Boolean
is
Finite
Link copied to clipboard
val
isFinite
:
Boolean
is
Infinite
Link copied to clipboard
val
isInfinite
:
Boolean
one
Less
Link copied to clipboard
val
oneLess
:
NumberOfTimes
Functions
div
Link copied to clipboard
operator
fun
div
(
other
:
Int
)
:
NumberOfTimes
minus
Link copied to clipboard
operator
fun
minus
(
other
:
NumberOfTimes
)
:
NumberOfTimes
plus
Link copied to clipboard
operator
fun
plus
(
other
:
NumberOfTimes
)
:
NumberOfTimes
times
Link copied to clipboard
operator
fun
times
(
other
:
Int
)
:
NumberOfTimes
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String