DerivationResult

fun <T : Any> DerivationResult(value: T, derivativeValues: Map<String, T>, context: Field<T>)

Parameters

T

the non-nullable type of value.

value

the value of result.

Sources

common source
Link copied to clipboard