JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package com.github.tadukoo.util.functional.supplier
package
com.github.tadukoo.util.functional.supplier
Contains Functional interfaces for Suppliers that are not present in default Java.
Related Packages
Package
Description
com.github.tadukoo.util.functional
Contains Functional interfaces not present in default Java.
com.github.tadukoo.util.functional.consumer
Contains Functional interfaces for Consumers that are not present in default Java.
com.github.tadukoo.util.functional.function
Contains Functional interfaces for Functions that are not present in default Java.
com.github.tadukoo.util.functional.predicate
Contains Functional interfaces for Predicates that are not present in default Java.
Interfaces
Class
Description
ThrowingSupplier
<R,
T extends
Throwable
>
A better version of Java's
Supplier
interface that allows for the suppliers to throw whatever
Throwable
is specified.