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
net.sf.rubycollect4j.block
Interface BooleanBlock<E>
Type Parameters:
E
- the type of the elements
public interface
BooleanBlock<E>
An interface for lambda expression to yield an element and return a boolean value.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
yield
(
E
item)
Method Detail
yield
boolean yield(
E
item)
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