JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.benf.cfr.reader.util.functors
BinaryFunction
Contents
Description
Method Summary
Method Details
invoke(X, Y)
Hide sidebar
Show sidebar
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)