KSpigot
/
net.axay.kspigot.kotlinextensions
Package net.
axay.
kspigot.
kotlinextensions
Types
Functions
Properties
Types
MinMaxPair
Link copied to clipboard
class
MinMaxPair
<
T
:
Comparable
<
T
>>(a:
T
, b:
T
)
Content copied to clipboard
Functions
closeIfInitialized
Link copied to clipboard
fun
Lazy
<
AutoCloseable
>.
closeIfInitialized
():
Unit
?
Content copied to clipboard
ifInitialized
Link copied to clipboard
inline fun <
T
,
R
>
Lazy
<
T
>.
ifInitialized
(block: (
T
) ->
R
):
R
?
Content copied to clipboard
Properties
valueIfInitialized
Link copied to clipboard
val <
T
>
Lazy
<
T
>.
valueIfInitialized
:
T
?
Content copied to clipboard