Package akka.compat
Class PartialFunction
- java.lang.Object
 - 
- akka.compat.PartialFunction
 
 
- 
public class PartialFunction extends java.lang.ObjectINTERNAL APICompatibility wrapper for
scala.PartialFunctionto 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!
 
- 
- 
Constructor Summary
Constructors Constructor Description PartialFunction() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <A,B>
scala.PartialFunction<A,B>fromFunction(scala.Function1<A,B> f) 
 -