public enum PrimitiveBinaryOperationFIF extends java.lang.Enum<PrimitiveBinaryOperationFIF> 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 PrimitiveBinaryOperationFIF |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveBinaryOperationFIF[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrimitiveBinaryOperationFIF INSTANCE
public static PrimitiveBinaryOperationFIF[] values()
for (PrimitiveBinaryOperationFIF c : PrimitiveBinaryOperationFIF.values()) System.out.println(c);
public static PrimitiveBinaryOperationFIF 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