Interface Procedure<E>

All Superinterfaces:
Consumer<E>, ThrowingProcedure<E,​RuntimeException>

public interface Procedure<E>
extends ThrowingProcedure<E,​RuntimeException>, Consumer<E>
  • Method Summary

    Modifier and Type Method Description
    void accept​(E e)  

    Methods inherited from interface java.util.function.Consumer

    andThen