LazyEither

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

sealed abstract
sealed abstract
final case
class LeftProjection[A, B](e: LazyEither[A, B])

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def condLazyEither[A, B](cond: Boolean)(ifTrue: => A, ifFalse: => B): LazyEither[A, B]

Returns the first argument in LazyLeft if value is true, otherwise the second argument in LazyRight

Returns the first argument in LazyLeft if value is true, otherwise the second argument in LazyRight

Implicits

Inherited implicits

implicit
def lazyEitherInstance[E]: Traverse[[_] =>> LazyEither[E, _$47]] & Monad[[_] =>> LazyEither[E, _$48]] & Alt[[_] =>> LazyEither[E, _$49]] & BindRec[[_] =>> LazyEither[E, _$50]] & Cozip[[_] =>> LazyEither[E, _$51]] & Optional[[_] =>> LazyEither[E, _$52]] & MonadError[[_] =>> LazyEither[E, _$53], E]
Inherited from
LazyEitherInstances