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 TransformBlock<E,S>
Type Parameters:
E
- the type of the elements
S
- the type of transformed elements
public interface
TransformBlock<E,S>
An interface for lambda expression to yield an element and transform it.
Method Summary
Methods
Modifier and Type
Method and Description
S
yield
(
E
item)
Method Detail
yield
S
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