Skip to content

Functions Type

Jason Barr edited this page Sep 22, 2021 · 2 revisions

Functions related to types and type conversion.

The Functions

  • boolean - converts a value to a Boolean
  • effectToEither
  • effectToFuture
  • effectToIdentity
  • effectToOption
  • effectToResult
  • eitherToFuture
  • eitherToIdentity
  • eitherToOption
  • eitherToResult
  • identityToEither
  • identityToFuture
  • identityToOption
  • identityToResult
  • Iso - defines an isomorphism
  • liftA2
  • liftA3
  • liftA4
  • liftA5
  • mapToObject
  • optionToEither
  • optionToFuture
  • optionToIdentity
  • optionToResult
  • resultToEither
  • resultToFuture
  • resultToIdentity
  • resultToOption
  • symbol
  • symbolFor
  • symbolKeyFor

Clone this wiki locally