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