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 EachJOOX. chain(java.lang.Iterable<? extends Each> each)Chain several instances ofEachinto a single one.static EachJOOX. chain(Each... each)Chain several instances ofEachinto a single one.Methods in org.joox with parameters of type Each Modifier and Type Method Description static EachJOOX. chain(Each... each)Chain several instances ofEachinto a single one.MatchMatch. each(Each each)Execute a callback for every element in the current set of matched elements.MatchMatch. 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 EachJOOX. chain(java.lang.Iterable<? extends Each> each)Chain several instances ofEachinto a single one.MatchMatch. each(java.lang.Iterable<? extends Each> each)Execute several callbacks for every element in the current set of matched elements.
-