Class EnumSwitches


  • public class EnumSwitches
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EnumSwitches()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <I extends java.lang.Enum<I>,​O,​E extends java.lang.Exception>
      EnumSwitch<I,​O,​E>
      create()  
      static <I extends java.lang.Enum<I>,​O>
      EnumSwitch<I,​O,​java.lang.RuntimeException>
      of()  
      • Methods inherited from class java.lang.Object

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

      • EnumSwitches

        public EnumSwitches()
    • Method Detail

      • create

        public static <I extends java.lang.Enum<I>,​O,​E extends java.lang.Exception> EnumSwitch<I,​O,​E> create()
      • of

        public static <I extends java.lang.Enum<I>,​O> EnumSwitch<I,​O,​java.lang.RuntimeException> of()