Interface PerformsTasks

All Known Implementing Classes:
Actor

public interface PerformsTasks
  • Method Summary

    Modifier and Type Method Description
    <ANSWER> ANSWER asksFor​(Question<ANSWER> question)  
    <T extends Performable>
    void
    attemptsTo​(T... todos)  
  • Method Details

    • attemptsTo

      <T extends Performable> void attemptsTo​(T... todos)
    • asksFor

      <ANSWER> ANSWER asksFor​(Question<ANSWER> question)