Both a supplier and function that uses a provided supplier of inputs to power the supplier output.
fzzyhmstrs
0.6.8
input type
supplied and function output type
Supplier<T> supplier of function inputs. Used when this is called as a supplier
Function<T, R> function to apply inputs from the supplier or the apply call.