CombineObservable

object CombineObservable extends Newtype1[[A] =>> Observable[A]]

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

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 Newtype1[[A] =>> Observable[A]]
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

implicit val combineObservableApplicative: Apply[Type]