Package org.jboss.resteasy.spi.util
Class Functions
- java.lang.Object
-
- org.jboss.resteasy.spi.util.Functions
-
public class Functions extends Object
A simple utility for various functions.- Author:
- James R. Perkins
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Supplier<T>
singleton(Supplier<T> generator)
Creates a supplier which loads the value at most once with the provided generator.
-