Results for “Std.Option.andThen”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Option.andThen
Option[A] -> fn(A) -> Option[B] -> Option[B]The value transformed into another option, flattened.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
Option[A] -> fn(A) -> Option[B] -> Option[B]The value transformed into another option, flattened.