Uses of Class
com.googlecode.aviator.runtime.function.internal.ReducerState
-
Packages that use ReducerState Package Description com.googlecode.aviator.runtime.function.internal -
-
Uses of ReducerState in com.googlecode.aviator.runtime.function.internal
Fields in com.googlecode.aviator.runtime.function.internal declared as ReducerState Modifier and Type Field Description ReducerState
ReducerResult. state
Methods in com.googlecode.aviator.runtime.function.internal that return ReducerState Modifier and Type Method Description static ReducerState
ReducerState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReducerState[]
ReducerState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.googlecode.aviator.runtime.function.internal with parameters of type ReducerState Constructor Description ReducerResult(ReducerState state, AviatorObject obj)
-