Interface XIterable<E>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  XIterable.Executor<E>
      Wrapper class that implements XIterable to wrap a subject of type E that procedures shall be executed on.
    • Method Summary

      Modifier and Type Method Description
      <P extends Consumer<? super E>>
      P
      iterate​(P procedure)  
    • Method Detail

      • iterate

        <P extends Consumer<? super E>> P iterate​(P procedure)