Uses of Class
org.kie.dmn.feel.util.Either
-
Packages that use Either Package Description org.kie.dmn.feel.runtime.functions org.kie.dmn.feel.util -
-
Uses of Either in org.kie.dmn.feel.runtime.functions
Subclasses of Either in org.kie.dmn.feel.runtime.functions Modifier and Type Class Description classFEELFnResult<T> -
Uses of Either in org.kie.dmn.feel.util
Methods in org.kie.dmn.feel.util that return Either Modifier and Type Method Description Either<Exception,Object>EvalHelper.PropertyValueResult. getValueResult()static <L,R>
Either<L,R>Either. ofLeft(L value)static <L,R>
Either<L,R>Either. ofRight(R value)Methods in org.kie.dmn.feel.util with parameters of type Either Modifier and Type Method Description static EvalHelper.PropertyValueResultEvalHelper.PropertyValueResult. of(Either<Exception,Object> valueResult)
-