Class SignalHandler<State>


  • public final class SignalHandler<State>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SignalHandler​(scala.PartialFunction<scala.Tuple2<State,​Signal>,​scala.runtime.BoxedUnit> _handler)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <State> SignalHandler<State> empty()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SignalHandler

        public SignalHandler​(scala.PartialFunction<scala.Tuple2<State,​Signal>,​scala.runtime.BoxedUnit> _handler)
    • Method Detail