Class

rx.ops

Zipper

Related Doc: package ops

Permalink

class Zipper[T, +A] extends Wrapper[T, A] with Spinlock[A]

Zipper class that

T

incoming type

A

outgoing type

Linear Supertypes
Spinlock[A], Incrementing[A], Wrapper[T, A], core.Rx[A], Reactor[Any], Emitter[A], Node, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Zipper
  2. Spinlock
  3. Incrementing
  4. Wrapper
  5. Rx
  6. Reactor
  7. Emitter
  8. Node
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Zipper(source: core.Rx[T])(transformer: (Try[T], Try[T]) ⇒ Try[A])

    Permalink

    source

    source reactive

    transformer

    transforming function

Type Members

  1. class SpinState extends AnyRef

    Permalink
    Definition Classes
    Incrementing
  2. type StateType = SpinState

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Zipper → Incrementing

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def alive: Boolean

    Permalink
    Definition Classes
    Reactor
  5. def ancestors: Set[Emitter[_]]

    Permalink
    Definition Classes
    Reactor
  6. def apply(): A

    Permalink
    Definition Classes
    Rx
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def children: Set[Reactor[_]]

    Permalink
    Definition Classes
    Emitter
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def currentValue: A

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Rx
  11. def descendants: Set[Reactor[_]]

    Permalink
    Definition Classes
    Emitter
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getStamp: Long

    Permalink
    Definition Classes
    Incrementing
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def kill(): Unit

    Permalink
    Definition Classes
    Reactor
  20. def killAll(): Unit

    Permalink
    Definition Classes
    Rx
  21. def level: Long

    Permalink
    Definition Classes
    Wrapper → Node
  22. def linkChild[R >: A](child: Reactor[R]): Unit

    Permalink
    Definition Classes
    Emitter
  23. def makeState: SpinState

    Permalink
    Definition Classes
    Zipper → Spinlock
  24. def name: String

    Permalink
    Definition Classes
    Wrapper → Node
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def now: A

    Permalink
    Definition Classes
    Rx
  29. def parents: Set[Emitter[_]]

    Permalink
    Definition Classes
    Wrapper → Reactor
  30. def ping[P](incoming: Set[Emitter[_]])(implicit arg0: Propagator[P]): Set[Reactor[_]]

    Permalink
    Definition Classes
    Zipper → Spinlock → Reactor
  31. def propagate[P]()(implicit arg0: Propagator[P]): P

    Permalink
    Definition Classes
    Rx
  32. def recalc[P]()(implicit arg0: Propagator[P]): P

    Permalink
    Definition Classes
    Rx
  33. val state: SpinSet[SpinState]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Zipper → Incrementing
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def toTry: Try[A]

    Permalink
    Definition Classes
    Incrementing → Rx
  37. def unlinkChild(child: Reactor[_]): Unit

    Permalink
    Definition Classes
    Emitter
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Spinlock[A]

Inherited from Incrementing[A]

Inherited from Wrapper[T, A]

Inherited from core.Rx[A]

Inherited from Reactor[Any]

Inherited from Emitter[A]

Inherited from Node

Inherited from AnyRef

Inherited from Any

Ungrouped