CombineObservable

Newtype encoding for an Observable datatype that has a cats.Apply instance which uses Observable.combineLatest to combine elements needed for implementing cats.NonEmptyParallel

class Object
trait Matchable
class Any

Type members

Inherited classlikes

trait Tag
Inherited from:
Newtype1

Inherited types

type Base
Inherited from:
Newtype1
type Type[+A] <: Base & Tag
Inherited from:
Newtype1

Value members

Inherited methods

def apply[A](fa: Observable[A]): Type[A]
Inherited from:
Newtype1
def unwrap[A](fa: Type[A]): Observable[A]
Inherited from:
Newtype1

Implicits

Implicits