Connectable

colibri.Connectable
See theConnectable companion object
final class Connectable[+T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def flatMap[A](f: T => Connectable[A]): Connectable[A]
def map[A](f: T => A): Connectable[A]
def unsafeHot(): Observable[A]
Implicitly added by ConnectableObservableOperations

Concrete fields

val value: T