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 ReduceBlock<E>
Type Parameters:
E
- the type of the elements
public interface
ReduceBlock<E>
An interface for lambda expression to yield 2 elements and reduce them.
Method Summary
Methods
Modifier and Type
Method and Description
E
yield
(
E
memo,
E
item)
Method Detail
yield
E
yield(
E
memo,
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