Class ClassSwitches


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

      Constructors 
      Constructor Description
      ClassSwitches()  
    • Method Summary

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

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

      • ClassSwitches

        public ClassSwitches()
    • Method Detail

      • create

        public static <I,​O,​E extends java.lang.Exception> FunctionSwitch<java.lang.Class,​I,​O,​E> create()