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 Serializabletrait Producttrait Equalstrait (() => Either[Throwable, A]) => Unitclass Objecttrait Matchableclass Any
Members list
In this article