T - the type of the input of the function.U - the type of the result of the function.@FunctionalInterface public interface WithFor<T,U>
| Modifier and Type | Method and Description |
|---|---|
U |
withFor(T value)
Takes an object of type T, processes it and returns a result of type U.
|
Copyright © 2020. All rights reserved.