object SubscribeEffect
This effect is used in the implementation of the Async effect
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SubscribeEffect
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class AttemptedSubscribe [A](subscribe: (Callback[Either[Throwable, A]]) ⇒ Unit, memoizeKey: Option[(AnyRef, Cache)] = None) extends Subscribe[Either[Throwable, A]] with Product with Serializable
- type Callback[A] = (Either[Throwable, A]) ⇒ Unit
- type FS = Fx1[Subscribe]
- case class SimpleSubscribe [A](subscribe: (Callback[A]) ⇒ Unit, memoizeKey: Option[(AnyRef, Cache)] = None) extends Subscribe[A] with Product with Serializable
- sealed trait Subscribe [A] extends (Callback[A]) ⇒ Unit
- type _subscribe[R] = MemberIn[Subscribe, R]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def memoize[K <: AnyRef, A](key: K, sequenceKey: Int, cache: Cache, e: Eff[FS, A]): Eff[FS, A]
- def memoizeSubscribe[A](key: AnyRef, cache: Cache, e: Subscribe[A]): Subscribe[A]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def subscribeAttempt[A](e: Eff[FS, A]): Eff[FS, either.ThrowableEither[A]]
- def subscribeToAttemptedSubscribe: ~>[Subscribe, AttemptedSubscribe]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )