Applicative apply - applies a wrapped function to a wrapped value
Creates an Either from binary string
Creates an Either from JSON string
Creates an Either from a nullable value
Creates an Either based on a predicate
Creates an Either from a Promise
Creates an Either from YAML string
Type guard to check if an Either is Left
Type guard to check if an Either is Right
Creates a Left instance
Creates a Right instance
Combines an array of Eithers into a single Either containing an array
Maps an array through a function that returns Either, then sequences the results
Either constructor that creates Left or Right based on the isRight parameter