JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.magicwerk.brownies.collections.function
Interface IPredicate<T>
Type Parameters:
T
- type
public interface
IPredicate<T>
A predicate interface for use in pre-Java 8. In Java 8 and later, java.util.function.Predicate could then be used.
Version:
$Id: IPredicate.java 2637 2014-12-09 21:48:08Z origo $
Author:
Thomas Mauch
Method Summary
Methods
Modifier and Type
Method and Description
boolean
test
(
T
elem)
Evaluates predicate on specified element.
Method Detail
test
boolean test(
T
elem)
Evaluates predicate on specified element.
Parameters:
elem
- element to evaluate
Returns:
true if the input matches the predicate, false otherwise
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method