Zygos
eitherEither type for dual-path computation39
- Do
- Either
- ap
- apFirst
- apS
- apSecond
- bimap
- bind
- bindTo
- elem
- exists
- filterOrElse
- flatMap
- flatMapNullable
- flatMapOption
- flatten
- fold
- fromNullable
- fromOption
- fromPredicate
- getOrElse
- getOrElseW
- isLeft
- isRight
- left
- liftNullable
- liftOption
- map
- mapLeft
- match
- matchW
- orElse
- orElseW
- right
- swap
- tap
- toUnion
- tryCatch
- tryCatchK
optionOption type for nullable value handling38
- Option
- alt
- apFirst
- apSecond
- as
- asUnit
- chain
- chainNullableK
- compact
- default
- exists
- filter
- filterMap
- flap
- flatMap
- flatten
- fold
- foldW
- fromEither
- fromNullable
- fromNullableK
- fromPredicate
- getOrElse
- getOrElseW
- isNone
- isSome
- map
- match
- matchW
- none
- of
- orElse
- some
- toEither
- toNullable
- toUndefined
- tryCatch
- tryCatchK