ToEitherObjectExtension<T> extension

Provide left and right extensions on any types.

on
  • T

Methods

left<R>() Either<T, R>
Return a Left that contains this value. This is a shorthand for Either.left.
Return a Right that contains this value. This is a shorthand for Either.right.