Uses of Interface
org.joox.Each
-
Packages that use Each Package Description org.joox -
-
Uses of Each in org.joox
Methods in org.joox that return Each Modifier and Type Method Description static Each
JOOX. chain(java.lang.Iterable<? extends Each> each)
Chain several instances ofEach
into a single one.static Each
JOOX. chain(Each... each)
Chain several instances ofEach
into a single one.Methods in org.joox with parameters of type Each Modifier and Type Method Description static Each
JOOX. chain(Each... each)
Chain several instances ofEach
into a single one.Impl
Impl. each(Each each)
Impl
Impl. each(Each... each)
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.Method parameters in org.joox with type arguments of type Each Modifier and Type Method Description static Each
JOOX. chain(java.lang.Iterable<? extends Each> each)
Chain several instances ofEach
into a single one.Impl
Impl. each(java.lang.Iterable<? extends Each> each)
Match
Match. each(java.lang.Iterable<? extends Each> each)
Execute several callbacks for every element in the current set of matched elements.
-