public enum PrimitiveUnaryOperationFIF extends java.lang.Enum<PrimitiveUnaryOperationFIF> implements FunctionIntrinsicFactory
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
FunctionIntrinsic |
getIntrinsic(FunctionDescriptor descriptor) |
com.google.common.base.Predicate<FunctionDescriptor> |
getPredicate() |
static PrimitiveUnaryOperationFIF |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveUnaryOperationFIF[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrimitiveUnaryOperationFIF INSTANCE
public static PrimitiveUnaryOperationFIF[] values()
for (PrimitiveUnaryOperationFIF c : PrimitiveUnaryOperationFIF.values()) System.out.println(c);
public static PrimitiveUnaryOperationFIF valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null@NotNull public com.google.common.base.Predicate<FunctionDescriptor> getPredicate()
getPredicate in interface FunctionIntrinsicFactory@NotNull public FunctionIntrinsic getIntrinsic(@NotNull FunctionDescriptor descriptor)
getIntrinsic in interface FunctionIntrinsicFactory