Option.processor

set the process function for processing the value parsed by innner parsing function alias fn = T fn(T v), where T is the inner value type

class Option
processor
(
alias fn
)
()

Return Value

Type: Self

Self for chain call

Meta