Kotools Types
1.3.1
4.5.3
4.5.2
4.5.1
4.5.0
4.4.2
4.3.1
4.2.0
4.1.0
4.0.1
3.2.0
2.0.0
1.3.1
Kotools
Types
io.
github.
kotools.
types.
int
non
Zero
Non
Zero
Int
non
Zero
Or
Null
strictly
Negative
Strictly
Negative
Int
strictly
Negative
Or
Null
strictly
Positive
Strictly
Positive
Int
strictly
Positive
Or
Null
io.
github.
kotools.
types.
string
not
Blank
not
Blank
Or
Null
Not
Blank
String
kotools.
types.
collections
get
Or
Else()
Not
Empty
Collection
Not
Empty
List
Not
Empty
Mutable
List
Not
Empty
Mutable
Set
Not
Empty
Set
to
Not
Empty
List()
to
Not
Empty
List
Or
Else()
to
Not
Empty
List
Or
Null()
to
Not
Empty
Mutable
List()
to
Not
Empty
Mutable
List
Or
Else()
to
Not
Empty
Mutable
List
Or
Null()
to
Not
Empty
Mutable
Set()
to
Not
Empty
Mutable
Set
Or
Else()
to
Not
Empty
Mutable
Set
Or
Null()
to
Not
Empty
Set()
to
Not
Empty
Set
Or
Else()
to
Not
Empty
Set
Or
Null()
kotools.
types.
number
compare
To()
div()
minus()
Negative
Int
Companion
Non
Zero
Int
Companion
plus()
Positive
Int
Companion
Strictly
Negative
Int
Companion
Strictly
Positive
Int
Companion
times()
to
Negative
Int()
to
Negative
Int
Or
Null()
to
Non
Zero
Int()
to
Non
Zero
Int
Or
Null()
to
Positive
Int()
to
Positive
Int
Or
Null()
to
Strictly
Negative
Int()
to
Strictly
Negative
Int
Or
Null()
to
Strictly
Positive
Int()
to
Strictly
Positive
Int
Or
Null()
kotools.
types.
string
Not
Blank
String
Companion
to
Not
Blank
String()
to
Not
Blank
String
Or
Null()
Kotools Types
/
kotools.types.number
/
PositiveInt
/
times
times
infix operator
fun
times
(
other
:
Int
)
:
Int
infix operator
fun
times
(
other
:
NonZeroInt
)
:
Int
infix operator
fun
times
(
other
:
PositiveInt
)
:
PositiveInt
infix operator
fun
times
(
other
:
StrictlyPositiveInt
)
:
PositiveInt
infix operator
fun
times
(
other
:
NegativeInt
)
:
NegativeInt
infix operator
fun
times
(
other
:
StrictlyNegativeInt
)
:
NegativeInt
Multiplies this
value
by the
other
value.