JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
java.util.function
Predicate
Contents
Description
Method Summary
Method Details
test(T)
Hide sidebar
Show sidebar
Interface Predicate<
T
>
public interface
Predicate<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
test
(
T
t)
Method Details
test
boolean
test
(
T
t)