M O S 
All Classes All Packages

M

memoize(Supplier<? extends R>) - Static method in class org.microbean.function.Suppliers
Memoizes the supplied Supplier and returns the memoization.
memoize(Supplier<? extends R>, long) - Static method in class org.microbean.function.Suppliers
Memoizes the supplied Supplier for a time equal to that represented by the supplied number of nanoseconds and returns the memoization.
memoize(Supplier<? extends R>, Duration) - Static method in class org.microbean.function.Suppliers
Memoizes the supplied Supplier for a time equal to that represented by the supplied Duration and returns the memoization.

O

org.microbean.function - module org.microbean.function
Provides packages related to Java's particular flavor of functional programming.
org.microbean.function - package org.microbean.function
Provides classes and interfaces related to Java's particular flavor of functional programming.

S

Suppliers - Class in org.microbean.function
A utility class containing useful operations for Suppliers.
M O S 
All Classes All Packages