Class SortedQuestion<T extends Object & Comparable<? super T>>
java.lang.Object
net.serenitybdd.screenplay.questions.SortedQuestion<T>
-
Constructor Summary
ConstructorsConstructorDescriptionSortedQuestion(Question<? extends List<T>> listQuestion) SortedQuestion(Question<? extends List<T>> listQuestion, Comparator<? super T> comparator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Question
as, asADate, asADate, asBigDecimal, asBoolean, asCollectionOf, asDouble, asEnum, asFloat, asInteger, asListOf, asLong, asString, describedAs, getSubject, map, mapEach
-
Constructor Details
-
SortedQuestion
-
SortedQuestion
-
-
Method Details
-
answeredBy
- Specified by:
answeredByin interfaceQuestion<T extends Object & Comparable<? super T>>
-