I - The type providedO - The type held by the DynamicValue from which this is derivedpublic class DerivedDynamicValue<I,O> extends DynamicValue<O>
Nullsafe annotation have been removed from this file as infer asks for a (S!!) -> T!! type in Kotlin 1.5 progressive and (S & Any) -> T & Any type in 1.6 progressive
| Modifier and Type | Class and Description |
|---|---|
static interface |
DerivedDynamicValue.Modifier<I,O> |
| Constructor and Description |
|---|
DerivedDynamicValue(DynamicValue<I> dynamicValue,
DerivedDynamicValue.Modifier<I,O> modifier) |
get, setpublic DerivedDynamicValue(DynamicValue<I> dynamicValue, DerivedDynamicValue.Modifier<I,O> modifier)