Package com.strobel.functions
Class Suppliers
- java.lang.Object
-
- com.strobel.functions.Suppliers
-
public final class Suppliers extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Suppliers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Supplier<T>
forValue(T value)
-
-
-
Method Detail
-
forValue
public static <T> Supplier<T> forValue(T value)
-
-