final case
- Companion
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Value members
Concrete methods
Apply a function in the environment of the right of this
disjunction. Because it runs my F
even when f
's \/
fails,
it is not consistent with ap
.
Apply a function in the environment of the right of this
disjunction. Because it runs my F
even when f
's \/
fails,
it is not consistent with ap
.
def bitraverse[G[_], C, D](f: A => G[C], g: B => G[D])(implicit F: Traverse[F], G: Applicative[G]): G[LazyEitherT[F, C, D]]
def traverse[G[_], C](f: B => G[C])(implicit F: Traverse[F], G: Applicative[G]): G[LazyEitherT[F, A, C]]
Return the right value of this disjunction or the given default if left. Alias for getOrElse
Return the right value of this disjunction or the given default if left. Alias for getOrElse