BuiltInDeserializer

Functions

Link copied to clipboard
open fun <V> andThen(p: (in R) -> out V): (T) -> V
Link copied to clipboard
@Nullable
open fun apply(): @Nullable ModelRotator
@Nullable
abstract fun apply(@NotNull element: @NotNull JsonElement): @Nullable ModelRotator
Link copied to clipboard
open fun <V> compose(p: (in V) -> out T): (V) -> R
Link copied to clipboard
open fun <T> identity(): (T) -> T