type WithResult<T,P,R,S>
Either result type S, or a patch function with the value type, the parent type, and the root type.
Definition
type WithResult<T, P, R, S> = S
|
Patch.Func
<T, P, R, S>;
type WithResult<T,P,R,S>
Either result type S, or a patch function with the value type, the parent type, and the root type.
type WithResult<T, P, R, S> = S
|
Patch.Func
<T, P, R, S>;