Package akka.japi
Class JavaPartialFunction$
- java.lang.Object
-
- akka.japi.JavaPartialFunction$
-
public class JavaPartialFunction$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static JavaPartialFunction$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description JavaPartialFunction$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.RuntimeException
noMatch()
-
-
-
Field Detail
-
MODULE$
public static final JavaPartialFunction$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-