DerivationResult
class DerivationResult<T : Any>(value: T, derivativeValues: Map<String, T>, context: Field<T>)
Content copied to clipboard
Represents result of simpleAutoDiff call.
Parameters
T
the non-nullable type of value.
value
the value of result.
Constructors
DerivationResult
Link copied to clipboard
Functions
Properties
Extensions
Sources
common source
Link copied to clipboard