Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
script-sdk
/
org.tribot.script.sdk.internal
/
Lazy
Lazy
open
class
Lazy
<
T
>
:
Supplier
<
T
>
Members
Constructors
Lazy
Link copied to clipboard
constructor
(
supplier
:
Supplier
<
T
>
)
Functions
get
Link copied to clipboard
open
fun
get
(
)
:
T