Package net.anwiba.commons.lang.visitor
Class ClassSwitches
- java.lang.Object
-
- net.anwiba.commons.lang.visitor.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()
-
-
-
Method Detail
-
create
public static <I,O,E extends java.lang.Exception> FunctionSwitch<java.lang.Class,I,O,E> create()
-
-