beamly.core.scalaz.future

FutureEither

object FutureEither

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FutureEither
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class FutureEitherMonad[L] extends Monad[[a]FutureEither[L, a]] with Plus[[a]FutureEither[L, a]] with Each[[a]FutureEither[L, a]] with Zip[[a]FutureEither[L, a]] with Unzip[[a]FutureEither[L, a]]

  2. final class FutureEitherMonoid[L, R] extends Monoid[FutureEither[L, R]]

  3. class Switching[+L, +R, X] extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply[R](block: ⇒ R)(implicit ec: ExecutionContext): FutureEither[Throwable, R]

    Annotations
    @inline()
  7. def apply[L, R](either: ⇒ \/[L, R]): FutureEither[L, R]

    Annotations
    @inline()
  8. def apply[L, R, F[+_]](in: ⇒ F[\/[L, R]])(implicit factory: FutureEitherApplyFactory[F]): FutureEither[L, R]

    Annotations
    @inline()
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. implicit def futureEitherMonad[L](implicit ec: ExecutionContext): FutureEitherMonad[L]

  15. implicit def futureEitherMonoid[L, R](implicit arg0: Semigroup[L], arg1: Monoid[R], ec: ExecutionContext): FutureEitherMonoid[L, R]

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def left[L](value: ⇒ L): FutureEither[L, Nothing]

    Annotations
    @inline()
  20. def left[L](future: ⇒ Future[L])(implicit ec: ExecutionContext): FutureEither[L, Nothing]

    Annotations
    @inline()
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def right[R](value: ⇒ R): FutureEither[Nothing, R]

    Annotations
    @inline()
  25. def right[R](future: ⇒ Future[R])(implicit ec: ExecutionContext): FutureEither[Nothing, R]

    Annotations
    @inline()
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped