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

Inherited methods

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