Package org.cqframework.cql.cql2elm
Class ResultWithPossibleError<T>
java.lang.Object
org.cqframework.cql.cql2elm.ResultWithPossibleError<T>
Indicate either a populated result or the presence of an error that prevented the result from being created.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasError()static <T> ResultWithPossibleError<T> static <T> ResultWithPossibleError<T> withTypeSpecifier(T underlyingThingOrNull)
-
Method Details
-
withError
-
withTypeSpecifier
-
hasError
public boolean hasError() -
getUnderlyingResultIfExists
-