JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openzen.zengarden.function
Interface BiFunction<T,U,R>
Type Parameters:
T
- the type of the first argument to the function
U
- the type of the second argument to the function
R
- the type of the result of the function
All Superinterfaces:
java.util.function.BiFunction<T,U,R>
All Known Subinterfaces:
BinaryOperator
<T>
public interface
BiFunction<T,U,R>
extends java.util.function.BiFunction<T,U,R>
Retrolambda compatibility interface for java.util.function.BiFunction.
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method