Packages

object SingleObservable

A companion object for SingleObservable

Since

2.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SingleObservable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[A](item: A): SingleObservable[A]

    Creates an SingleObservable from an item.

    Creates an SingleObservable from an item.

    Convenient for testing and or debugging.

    A

    the type of the SingleObservable

    item

    the item to create an observable from

    returns

    an Observable that emits the item