Package de.florianmichael.rclasses.functional.throwable


package de.florianmichael.rclasses.functional.throwable
  • Interfaces
    Class
    Description
    This is a functional interface that can be used to replace BiConsumer and throw exceptions.
    This is a functional interface that can be used to replace BiFunction and throw exceptions.
    This is a functional interface that can be used to replace Consumer and throw exceptions.
    This is a functional interface that can be used to replace Function and throw exceptions.
    This is a functional interface that can be used to replace Runnable and throw exceptions.
    This is a functional interface that can be used to replace Supplier and throw exceptions.