| Package | Description |
|---|---|
| org.joox |
| Modifier and Type | Method | Description |
|---|---|---|
static Each |
JOOX.chain(java.lang.Iterable<? extends Each> each) |
Chain several instances of
Each into a single one. |
static Each |
JOOX.chain(Each... each) |
Chain several instances of
Each into a single one. |
| Modifier and Type | Method | Description |
|---|---|---|
static Each |
JOOX.chain(Each... each) |
Chain several instances of
Each into a single one. |
Match |
Match.each(Each each) |
Execute a callback for every element in the current set of matched
elements.
|
Match |
Match.each(Each... each) |
Execute several callbacks for every element in the current set of matched
elements.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Each |
JOOX.chain(java.lang.Iterable<? extends Each> each) |
Chain several instances of
Each into a single one. |
Match |
Match.each(java.lang.Iterable<? extends Each> each) |
Execute several callbacks for every element in the current set of matched
elements.
|
Copyright © 2018. All rights reserved.