| Package | Description |
|---|---|
| net.sf.rubycollect4j |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
RubyLazyEnumerator.eachWithObject(O obj,
WithObjectBlock<? super E,? super O> block) |
<O> O |
RubyContract.Enumerable.eachWithObject(O obj,
WithObjectBlock<? super E,? super O> block)
Iterates elements with an object O and yield them to the block.
|
<O> O |
RubyEnumerable.eachWithObject(O obj,
WithObjectBlock<? super E,? super O> block) |