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
SEARCH:
Package
org.lambda.functions
Interface Function2<In1,In2,Out>
All Known Implementing Classes:
A1
,
F2
public interface
Function2<In1,In2,Out>
Findable name for java.util.function.BiFunction
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Out
call
(
In1
a,
In2
b)
Method Details
call
Out
call
(
In1
a,
In2
b)