Uses of Class
com.yahoo.document.select.ResultList
Packages that use ResultList
-
Uses of ResultList in com.yahoo.document.select
Methods in com.yahoo.document.select that return ResultListModifier and TypeMethodDescriptionResultList.combineAND(ResultList.LazyResultList other) ResultList.combineOR(ResultList.LazyResultList other) static ResultListResultList.fromBoolean(boolean result) DocumentSelector.getMatchingResultList(DocumentOperation op) Returns the list of different variables resulting in a true state for this expressionResultList.LazyResultList.getResult()static ResultListResultList.toResultList(Object value) Converts the given object value into a result list, so it can be compared by logical operators.