Man pages for maybe
The Maybe Monad

andCombine predicate functions to check if all are TRUE
and_thenEvaluate a maybe returning function on a maybe value
and_then2Evaluate a binary maybe returning function on two maybe...
and_then3Evaluate a ternary maybe returning function on three maybe...
filter_justsFilter and unwrap a list of 'Just' values
filter_mapMap a function over a list and filter only 'Just' values
from_justUnwrap a 'Just' value or throw an error
is_justCheck if an object is a 'Just' value
is_maybeCheck if an object is a maybe value
is_nothingCheck if an object is a 'Nothing' value
justCreate a 'Just' variant of a maybe value
maybeModify a function to return a maybe value
maybe_caseUnwrap and call a function on a maybe value or return a...
maybe_containsCheck if a maybe value contains a specific value
maybe_equalCheck if two maybe values are equal
maybe_flattenFlatten a nested maybe value
maybe_mapEvaluate a function on a maybe value
maybe_map2Evaluate a binary function on two maybe values
maybe_map3Evaluate a ternary function on three maybe values
not_emptyCheck if a vector or data frame is empty
nothingCreate a 'Nothing' variant of a maybe value
not_infiniteCheck if an object is not infinite
not_naCheck if an object is not NA
not_nanCheck if an object is not NaN
not_nullCheck if an object is not NULL
not_undefinedCheck if an object is not undefined
orCombine predicate functions to check if any are TRUE
perhapsModify a function to return the value or a default value
pipePipe operator
with_defaultUnwrap a maybe value or return a default
maybe documentation built on Aug. 7, 2023, 5:11 p.m.