Class ForEach<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(Procedure<? super T> arg)
      Executes the procedure with the given argument.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ForEach

        public ForEach​(java.lang.Iterable<T> arguments)
      • ForEach

        public ForEach​(Optional<T> argument)
      • ForEach

        public ForEach​(Single<T> argument)
      • ForEach

        @SafeVarargs
        public ForEach​(T... arguments)