Interface Consumer<T>

All Superinterfaces:
CheckedConsumer<T>, Consumer<T>
All Known Implementing Classes:
ImmutableListCollector, ImmutableSetCollector, ListCollector, NullConsumer, SetCollector

public interface Consumer<T> extends CheckedConsumer<T>, Consumer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t)
     

    Methods inherited from interface org.simpleflatmapper.util.CheckedConsumer

    toConsumer

    Methods inherited from interface java.util.function.Consumer

    andThen