Package akka.dispatch
Class japi
- java.lang.Object
-
- akka.dispatch.japi
-
public class japi extends java.lang.Object
This class contains bridge classes between Scala and Java. Internal use only.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
japi.BooleanFunctionBridge<T>
Deprecated.Do not use this directly, use subclasses of this.static class
japi.CallbackBridge<T>
Deprecated.Do not use this directly, use subclasses of this.static class
japi.RecoverBridge<T>
Deprecated.Do not use this directly, use 'Recover'.static class
japi.UnitFunctionBridge<T>
Deprecated.Do not use this directly, use subclasses of this.
-
Constructor Summary
Constructors Constructor Description japi()
-