JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.google.mu.function
Interface MapFrom5<T,
R>
public interface
MapFrom5<T,
R>
A 5-arg function of the signature of
(T, T, T, T, T) -> R
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
map
(
T
a,
T
b,
T
c,
T
d,
T
e)
Method Details
map
R
map
(
T
a,
T
b,
T
c,
T
d,
T
e)