Option.processReducer

set the reduce process function for reducely processing the value parsed by innner parsing function or process function mainly used in variadic option alias fn = T fn(T v, T t), where T is the inner value type

class Option
processReducer
(
alias fn
)
()

Return Value

Type: Self

Self for chain call

Meta