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 WithInitBlock<E,I>
Type Parameters:
E
- the type of the elements
public interface
WithInitBlock<E,I>
An interface for lambda expression to yield an element with an initial value and return a value based on the initial one.
Method Summary
Methods
Modifier and Type
Method and Description
I
yield
(
I
init,
E
item)
Method Detail
yield
I
yield(
I
init,
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