Package com.google.mu.function
Interface MapFrom3<T,R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A 3-arg function of the signature of
(T, T, T) -> R
.-
Method Summary
-
Method Details
-
map
-