object japi
This class contains bridge classes between Scala and Java. Internal use only.
- Source
- Future.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- japi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
BooleanFunctionBridge
[-T] extends (T) ⇒ Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 2.0) Do not use this directly, use subclasses of this
-
class
CallbackBridge
[-T] extends AbstractPartialFunction[T, BoxedUnit]
- Annotations
- @deprecated
- Deprecated
(Since version 2.0) Do not use this directly, use subclasses of this
-
class
RecoverBridge
[+T] extends AbstractPartialFunction[Throwable, T]
- Annotations
- @deprecated
- Deprecated
(Since version 2.0) Do not use this directly, use 'Recover'
-
class
UnitFunctionBridge
[-T] extends (T) ⇒ BoxedUnit
- Annotations
- @deprecated
- Deprecated
(Since version 2.0) Do not use this directly, use subclasses of this