JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.deephaven.base
Interface Predicate.Ternary<A1,
A2,
A3>
Enclosing class:
Predicate
public static interface
Predicate.Ternary<A1,
A2,
A3>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
call
(
A1
arg,
A2
arg2,
A3
arg3)
Method Details
call
boolean
call
(
A1
arg,
A2
arg2,
A3
arg3)