object LazyEither extends LazyEitherInstances
- Source
- LazyEither.scala
- Alphabetic
- By Inheritance
- LazyEither
- LazyEitherInstances
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed abstract class LazyLeftConstruct[B] extends AnyRef
- sealed abstract class LazyRightConstruct[A] extends AnyRef
- final case class LeftProjection[+A, +B](e: LazyEither[A, B]) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def condLazyEither[A, B](cond: Boolean)(ifTrue: => A, ifFalse: => B): LazyEither[A, B]
Returns the first argument in
LazyLeft
ifvalue
istrue
, otherwise the second argument inLazyRight
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val lazyEitherAssociative: Associative[LazyEither]
- Definition Classes
- LazyEitherInstances
- implicit val lazyEitherBitraverse: Bitraverse[LazyEither]
- Definition Classes
- LazyEitherInstances
- implicit def lazyEitherInstance[E]: Traverse[[β$0$]LazyEither[E, β$0$]] with Monad[[β$1$]LazyEither[E, β$1$]] with BindRec[[β$2$]LazyEither[E, β$2$]] with Cozip[[β$3$]LazyEither[E, β$3$]] with Optional[[β$4$]LazyEither[E, β$4$]] with MonadError[[β$5$]LazyEither[E, β$5$], E]
- Definition Classes
- LazyEitherInstances
- def lazyLeft[B]: LazyLeftConstruct[B]
- def lazyRight[A]: LazyRightConstruct[A]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()