BuiltInDeserializer

interface BuiltInDeserializer : Function<JsonElement, ModelRotator>

Functions

Link copied to clipboard
open fun <V> andThen(after: (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
@Nullable
open fun apply(value: Long): @Nullable ModelRotator
Link copied to clipboard
open fun <V> compose(before: (in V) -> out T): (V) -> R
Link copied to clipboard
open fun <T> identity(): (T) -> T