Interface UncheckedConsumer<T>

All Superinterfaces:
Consumer<T>

public interface UncheckedConsumer<T> extends Consumer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    accept(T t)
     
    void
     

    Methods inherited from interface java.util.function.Consumer

    andThen