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 Function6<D0,
D1,
D2,
D3,
D4,
D5,
R>
public interface
Function6<D0,
D1,
D2,
D3,
D4,
D5,
R>
A function with six arguments.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
apply
(
D0
arg0,
D1
arg1,
D2
arg2,
D3
arg3,
D4
arg4,
D5
arg5)
Method Details
apply
R
apply
(
D0
arg0,
D1
arg1,
D2
arg2,
D3
arg3,
D4
arg4,
D5
arg5)