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 () => 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
Source:
SubscribeEffect.scala

Inherited methods

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