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 ReducerResult
ReducerResult. withBreak(AviatorObject obj)
static ReducerResult
ReducerResult. withCont(AviatorObject obj)
static ReducerResult
ReducerResult. withEmpty(AviatorObject obj)
static ReducerResult
ReducerResult. withReturn(AviatorObject obj)
-