RxSourceOps

colibri.reactive.RxSourceSelf.RxSourceOps
final implicit class RxSourceOps[Self <: (RxSource), SelfSync <: (RxSource), A](val self: RxSourceSelf[Self, SelfSync, A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def filter(f: A => Boolean): Self[A]
def scan[B](seed: => B)(f: (B, A) => B): SelfSync[B]

Concrete fields

val self: RxSourceSelf[Self, SelfSync, A]