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 WithObjectBlock<E,O>
Type Parameters:
E
- the type of the elements
public interface
WithObjectBlock<E,O>
An interface for lambda expression to yield an element with an object.
Method Summary
Methods
Modifier and Type
Method and Description
void
yield
(
E
item,
O
obj)
Method Detail
yield
void yield(
E
item,
O
obj)
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