Class MaxQuestion<T extends Object & Comparable<? super T>>
java.lang.Object
net.serenitybdd.screenplay.questions.MaxQuestion<T>
- All Implemented Interfaces:
Question<T>
public class MaxQuestion<T extends Object & Comparable<? super T>>
extends Object
implements Question<T>
-
Constructor Summary
ConstructorsConstructorDescriptionMaxQuestion(Question<? extends Collection<T>> listQuestion) MaxQuestion(Question<? extends Collection<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
-
MaxQuestion
-
MaxQuestion
public MaxQuestion(Question<? extends Collection<T>> listQuestion, Comparator<? super T> comparator)
-
-
Method Details
-
answeredBy
- Specified by:
answeredByin interfaceQuestion<T extends Object & Comparable<? super T>>
-