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.benf.cfr.reader.util.functors
Interface BinaryFunction<X,
Y,
Z>
public interface
BinaryFunction<X,
Y,
Z>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Z
invoke
(
X
arg,
Y
arg2)
Method Details
invoke
Z
invoke
(
X
arg,
Y
arg2)