utils
0.20.9
common
utils
/
it.unibo.tuprolog.utils
/
Cached
Cached
common
interface
Cached
<
T
>
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
if
Valid
Link copied to clipboard
common
open
fun
<
R
>
ifValid
(
consumer
:
(
T
)
->
R
)
:
Optional
<
out
R
>
Content copied to clipboard
invalidate
Link copied to clipboard
common
abstract
fun
invalidate
(
)
Content copied to clipboard
regenerate
Link copied to clipboard
common
abstract
fun
regenerate
(
)
Content copied to clipboard
regenerating
Link copied to clipboard
common
open
fun
<
R
>
regenerating
(
consumer
:
(
T
)
->
R
)
:
R
Content copied to clipboard
Properties
isInvalid
Link copied to clipboard
common
abstract
val
isInvalid
:
Boolean
Content copied to clipboard
isValid
Link copied to clipboard
common
abstract
val
isValid
:
Boolean
Content copied to clipboard
value
Link copied to clipboard
common
abstract
val
value
:
T
Content copied to clipboard
Inheritors
CachedImpl
Link copied to clipboard