object OnCompleted extends Notification[Nothing]
- Alphabetic
- By Inheritance
- OnCompleted
- Notification
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
accept(observer: Observer[Nothing]): Unit
Invokes the observer corresponding to the notification
Invokes the observer corresponding to the notification
- observer
The observer that to observe the notification
- Definition Classes
- Notification
-
def
accept[R](onNext: (Nothing) ⇒ R, onError: (Throwable) ⇒ R, onCompleted: () ⇒ R): R
Invokes the function corresponding to the notification.
Invokes the function corresponding to the notification.
- onNext
The function to invoke for an rx.lang.scala.Notification.OnNext notification.
- onError
The function to invoke for an rx.lang.scala.Notification.OnError notification.
- onCompleted
The function to invoke for an rx.lang.scala.Notification.OnCompleted notification.
- Definition Classes
- Notification
-
def
apply(observer: Observer[Nothing]): Unit
- Definition Classes
- Notification
-
def
apply[R](onNext: (Nothing) ⇒ R, onError: (Throwable) ⇒ R, onCompleted: () ⇒ R): R
- Definition Classes
- Notification
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
asJavaNotification: rx.Notification[Nothing]
- Definition Classes
- OnCompleted → Notification
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- Notification → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
flatMap[U](f: (Nothing) ⇒ Notification[U]): Notification[U]
- Definition Classes
- Notification
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- Notification → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
map[U](f: (Nothing) ⇒ U): Notification[U]
- Definition Classes
- Notification
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- OnCompleted → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()