NextFTC Suite
Toggle table of contents
0.0.1
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
NextFTC Suite
NextFTC Hardware
/
dev.nextftc.hardware
/
LazyHardware
Lazy
Hardware
class
LazyHardware
<
T
>
(
initializer
:
(
)
->
T
)
:
ReadOnlyProperty
<
Any
?
,
T
>
Members
Constructors
Lazy
Hardware
Link copied to clipboard
constructor
(
initializer
:
(
)
->
T
)
Functions
apply
After
Init
Link copied to clipboard
fun
applyAfterInit
(
block
:
Configurator
<
T
>
)
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T