JavaScript is disabled on your browser.
Skip navigation links
BandM metatools
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
eu.bandm.tools.util.function
Interface Function3<D0,
D1,
D2,
R>
public interface
Function3<D0,
D1,
D2,
R>
A function with three arguments.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
apply
(
D0
arg0,
D1
arg1,
D2
arg2)
Method Details
apply
R
apply
(
D0
arg0,
D1
arg1,
D2
arg2)