Packages

final class ReferenceOps[L, R] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReferenceOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReferenceOps(value: Either[L, R])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def asFuture(bad: (L) ⇒ Anomaly): async.Future[R]

    Lift this Either and transform its left-hand side into a busymachines.core.Anomaly and sequence it within this effect, yielding a failed effect.

    Lift this Either and transform its left-hand side into a busymachines.core.Anomaly and sequence it within this effect, yielding a failed effect.

    Annotations
    @inline()
  5. def asFutureThr(implicit ev: <:<[L, Throwable]): async.Future[R]

    Lift this Either and sequence its left-hand-side java.lang.Throwable within this effect if it is a java.lang.Throwable.

    Lift this Either and sequence its left-hand-side java.lang.Throwable within this effect if it is a java.lang.Throwable.

    Annotations
    @inline()
  6. def asFutureThr(bad: (L) ⇒ Throwable): async.Future[R]

    Lift this Either and transform its left-hand side into a java.lang.Throwable and sequence it within this effect, yielding a failed effect.

    Lift this Either and transform its left-hand side into a java.lang.Throwable and sequence it within this effect, yielding a failed effect.

    Annotations
    @inline()
  7. def asIO(bad: (L) ⇒ Anomaly): async.IO[R]
    Annotations
    @inline()
  8. def asIOThr(implicit ev: <:<[L, Throwable]): async.IO[R]
    Annotations
    @inline()
  9. def asIOThr(bad: (L) ⇒ Throwable): async.IO[R]

    Lift this Either and transform its left-hand side into a busymachines.core.Anomaly and sequence it within this effect, yielding a failed effect.

    Lift this Either and transform its left-hand side into a busymachines.core.Anomaly and sequence it within this effect, yielding a failed effect.

    Annotations
    @inline()
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def asTask(bad: (L) ⇒ Anomaly): async.Task[R]

    Lift this Either and sequence its left-hand-side java.lang.Throwable within this effect if it is a java.lang.Throwable.

    Lift this Either and sequence its left-hand-side java.lang.Throwable within this effect if it is a java.lang.Throwable.

    Annotations
    @inline()
  12. def asTaskThr(implicit ev: <:<[L, Throwable]): async.Task[R]

    Lift this Either and sequence its left-hand-side java.lang.Throwable within this effect if it is a java.lang.Throwable.

    Lift this Either and sequence its left-hand-side java.lang.Throwable within this effect if it is a java.lang.Throwable.

    Annotations
    @inline()
  13. def asTaskThr(bad: (L) ⇒ Throwable): async.Task[R]

    Lift this Either and transform its left-hand side into a java.lang.Throwable and sequence it within this effect, yielding a failed effect.

    Lift this Either and transform its left-hand side into a java.lang.Throwable and sequence it within this effect, yielding a failed effect.

    Annotations
    @inline()
  14. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def toString(): String
    Definition Classes
    Any
  17. val value: Either[L, R]

Inherited from AnyVal

Inherited from Any

Ungrouped