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 Predicate<E>
Type Parameters:
E
- element type
public interface
Predicate<E>
The Trigger interface is used by methods for implementing trigger like functionality.
Version:
$Id: Predicate.java 1909 2013-10-10 21:22:36Z origo $
Author:
Thomas Mauch
Method Summary
Methods
Modifier and Type
Method and Description
boolean
allow
(
E
elem)
Determines whether an element is allowed or not.
Method Detail
allow
boolean allow(
E
elem)
Determines whether an element is allowed or not.
Parameters:
elem
- element to check
Returns:
true to allow the element, false for not
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