Uses of Class
com.googlecode.aviator.runtime.function.internal.ReducerResult
-
Packages that use ReducerResult Package Description com.googlecode.aviator.runtime.function.internal -
-
Uses of ReducerResult in com.googlecode.aviator.runtime.function.internal
Methods in com.googlecode.aviator.runtime.function.internal that return ReducerResult Modifier and Type Method Description static ReducerResultReducerResult. withBreak(AviatorObject obj)static ReducerResultReducerResult. withCont(AviatorObject obj)static ReducerResultReducerResult. withEmpty(AviatorObject obj)static ReducerResultReducerResult. withReturn(AviatorObject obj)
-