Interface Seq.WithIndexConsumer<E>

Enclosing class:
Seq<E>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
@Deprecated
public static interface Seq.WithIndexConsumer<E>
Deprecated.
  • Method Summary

    Modifier and Type Method Description
    void consume​(int index, E element)
    Deprecated.
     
  • Method Details

    • consume

      void consume​(int index, E element)
      Deprecated.