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