Interface ISeqConsumer<T>

All Superinterfaces:
Consumer<T>
All Known Implementing Classes:
ListConsumer

public interface ISeqConsumer<T> extends Consumer<T>
"Sequence consumer" allows getting count of elements available
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    init(int count)
     

    Methods inherited from interface java.util.function.Consumer

    accept, andThen
  • Method Details

    • init

      default void init(int count)