Package utility.function


package utility.function
  • Class
    Description
    A generic functional interface that is more semantically sound than Runnable.
    A utility class to help create dummy stub functional interfaces
    A generic functional interface that is more semantically sound than Runnable.
    A generic functional interface that allows you to consume an item and potentially throw an exception.
    A generic functional interface that allows you to consume an item, return a result, and potentially throw an exception.
    A generic functional interface that is more semantically sound than Runnable.
    TerminatingConsumer is a Consumer Consumer that can request termination of the supplier once some condition is reached, for example some number of consumed results accepted.