AttemptedSubscribe

org.atnos.eff.SubscribeEffect.AttemptedSubscribe
case class AttemptedSubscribe[A](subscribe: (() => Either[Throwable, A]) => Unit, memoizeKey: Option[(AnyRef, Cache)]) extends Subscribe[Either[Throwable, A]]

Attributes

Source
SubscribeEffect.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait (() => Either[Throwable, A]) => Unit
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(cb: () => Either[Throwable, A]): Unit

Attributes

Source
SubscribeEffect.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Source
SubscribeEffect.scala

Inherited methods

def andThen[A](g: Unit => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => () => Either[Throwable, A]): A => R

Attributes

Inherited from:
Function1

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product