Interface VoidIterationConsumer<N>

All Superinterfaces:
IterationConsumer<N>

public interface VoidIterationConsumer<N> extends IterationConsumer<N>
  • Method Details

    • accept

      void accept(@NotNull N it, @NotNull @NotNull VoidIteration loop)
    • beforeStart

      default void beforeStart(@NotNull @NotNull VoidIteration iteration)
    • afterEnd

      default void afterEnd(@NotNull @NotNull VoidIteration iteration)