Package akka.japi.pf

Class UnitMatch<I>

  • Type Parameters:
    I - the input type, that this PartialFunction will be applied to

    public class UnitMatch<I>
    extends java.lang.Object
    Version of PartialFunction that can be built during runtime from Java. This is a specialized version of UnitMatch to map java void methods to BoxedUnit.
    • Field Detail

      • statements

        protected final scala.PartialFunction<I,​R> statements