- java.lang.Object
-
- net.gdface.utils.EnumTransformer<L,R>
-
-
Constructor Summary
Constructors
Constructor and Description |
EnumTransformer(java.lang.Class<L> left,
java.lang.Class<R> right) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.common.base.Function
equals
-
-
Method Detail
-
apply
public R apply(L input)
- Specified by:
apply
in interface com.google.common.base.Function<L extends java.lang.Enum<L>,R extends java.lang.Enum<R>>
Copyright © 2019. All rights reserved.