Documentation / dataflow / com.femastudios.dataflow.util / fieldWrapperOf
Go to reference
Go to reference
fieldWrapperOf
fun <T> fieldWrapperOf(value: T): FieldWrapper<T>
Constructs a new FieldWrapper with the given initial value.
See Also
fun <T> fieldWrapperOf(field: Field<T>): FieldWrapper<T>
Constructs a new FieldWrapper, which initially mirrors the given field.
See Also