Uses of Interface
org.joox.Each

Packages that use Each
Package
Description
 
  • Uses of Each in org.joox

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