Interface Question<ANSWER>

All Known Implementing Classes:
CountQuestion, MaxQuestion, MinQuestion, QuestionWithDefinedSubject, Remembered, ReverseQuestion, SortedQuestion, SumQuestion, TheMemory

public interface Question<ANSWER>
  • Method Summary

    Modifier and Type Method Description
    static QuestionBuilder about​(java.lang.String subject)  
    ANSWER answeredBy​(Actor actor)  
    default java.lang.String getSubject()  
  • Method Details

    • answeredBy

      ANSWER answeredBy​(Actor actor)
    • getSubject

      default java.lang.String getSubject()
    • about

      static QuestionBuilder about​(java.lang.String subject)