Interface ParameterizedSupplier<T>
- Type Parameters:
T
- the type of the input to the supplier and the result
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface representing a supplier that accepts a parameter and returns a result.
-
Method Summary
-
Method Details
-
accept
Applies this supplier to the given argument.- Parameters:
value
- the input argument- Returns:
- the supplier result
-