JavaScript is disabled on your browser.
Skip navigation links
SimpleFlatMapper
hosted on
GitHub
Module
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
Module
org.simpleflatmapper.util
Package
org.simpleflatmapper.util
Interface BiFunction<P1,
P2,
T>
All Known Implementing Classes:
ConstantBiFunction
public interface
BiFunction<P1,
P2,
T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
apply
(
P1
p1,
P2
p2)
Method Details
apply
T
apply
(
P1
p1,
P2
p2)