public class MaxQuestion<T extends Object & Comparable<? super T>> extends Object implements Question<T>
| Constructor and Description |
|---|
MaxQuestion(Question<? extends Collection<T>> listQuestion) |
MaxQuestion(Question<? extends Collection<T>> listQuestion,
Comparator<? super T> comparator) |
| Modifier and Type | Method and Description |
|---|---|
T |
answeredBy(Actor actor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabout, as, asADate, asADate, asBigDecimal, asBoolean, asCollectionOf, asDouble, asEnum, asFloat, asInteger, asListOf, asLong, asString, describedAs, getSubject, map, mapEach, notpublic MaxQuestion(Question<? extends Collection<T>> listQuestion)
public MaxQuestion(Question<? extends Collection<T>> listQuestion, Comparator<? super T> comparator)
public T answeredBy(Actor actor)
answeredBy in interface Question<T extends Object & Comparable<? super T>>Copyright © 2022. All rights reserved.