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 BinaryPredicate<X,
Y>
public interface
BinaryPredicate<X,
Y>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
test
(
X
a,
Y
b)
Method Details
test
boolean
test
(
X
a,
Y
b)