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
/
Caching
Caching
class
Caching
(
cacheTolerance
:
Double
,
whenSet
:
(
Double
?
)
->
Unit
)
:
ReadWriteProperty
<
Any
?
,
Double
>
Members
Constructors
Caching
Link copied to clipboard
constructor
(
cacheTolerance
:
Double
,
whenSet
:
(
Double
?
)
->
Unit
)
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Double
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
Double
)