Package akka.compat
Class PartialFunction$
- java.lang.Object
-
- akka.compat.PartialFunction$
-
public class PartialFunction$ extends java.lang.Object
INTERNAL APICompatibility wrapper for
scala.PartialFunction
to be able to compile the same code against Scala 2.12, 2.13, 3.0Remove these classes as soon as support for Scala 2.12 is dropped!
-
-
Field Summary
Fields Modifier and Type Field Description static PartialFunction$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description PartialFunction$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A,B>
scala.PartialFunction<A,B>fromFunction(scala.Function1<A,B> f)
-
-
-
Field Detail
-
MODULE$
public static final PartialFunction$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-