UndefinedOr8
Constructors
makeCombinerFailFastfunctionCreates a Combiner for A | undefined that combines values only when both operands are defined.makeReducerfunctionCreates a Reducer for UndefinedOr<A> that prioritizes the first non-undefined value and combines values when both operands are present.makeReducerFailFastfunctionCreates a Reducer for A | undefined by wrapping an existing reducer with fail-fast semantics.