BetterModel
Toggle table of contents
1.13.3
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.tracker
/
ModelRotator
/
BuiltInDeserializer
Built
In
Deserializer
interface
BuiltInDeserializer
:
Function
<
T
,
R
>
Members
Functions
and
Then
Link copied to clipboard
open
fun
<
V
>
andThen
(
p
:
(
in
R
)
->
out
V
)
:
(
T
)
->
V
apply
Link copied to clipboard
@
Nullable
open
fun
apply
(
)
:
@
Nullable
ModelRotator
@
Nullable
abstract
fun
apply
(
@
NotNull
element
:
@
NotNull
JsonElement
)
:
@
Nullable
ModelRotator
@
Nullable
open
fun
apply
(
value
:
Long
)
:
@
Nullable
ModelRotator
compose
Link copied to clipboard
open
fun
<
V
>
compose
(
p
:
(
in
V
)
->
out
T
)
:
(
V
)
->
R
identity
Link copied to clipboard
open
fun
<
T
>
identity
(
)
:
(
T
)
->
T