AttemptedSubscribe

case
class AttemptedSubscribe[A](subscribe: () => Either[Throwable, A] => Unit, memoizeKey: Option[(AnyRef, Cache)]) extends Subscribe[Either[Throwable, A]]
trait Serializable
trait Product
trait Equals
trait Subscribe[Either[Throwable, A]]
trait () => Either[Throwable, A] => Unit
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(cb: () => Either[Throwable, A]): Unit
override
def toString: String
Definition Classes
Function1 -> Any

Inherited methods

@unspecialized
def andThen[A](g: Unit => A): () => Either[Throwable, A] => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => () => Either[Throwable, A]): A => Unit
Inherited from
Function1
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product