SimpleSubscribe

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

Value members

Concrete methods

def apply(cb: () => A): Unit
override def toString: String
Definition Classes
Function1 -> Any
Source:
SubscribeEffect.scala

Inherited methods

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