public static enum Function1.Const extends Enum<Function1.Const> implements Function1<Object,Object>
Function1.BooleanCombiner, Function1.Const, Function1.ConstBool| Enum Constant and Description |
|---|
IDENTITY |
| Modifier and Type | Method and Description |
|---|---|
static Function1.Const |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Function1.Const[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfpublic static final Function1.Const IDENTITY
public static Function1.Const[] values()
for (Function1.Const c : Function1.Const.values()) System.out.println(c);
public static Function1.Const valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.