Interface ComponentConsumer<T>

All Superinterfaces:
Consumer<T>
All Known Implementing Classes:
ComponentConsumer.Atomic, ComponentConsumer.Simple

public interface ComponentConsumer<T> extends Consumer<T>
Author:
whilein
  • Method Details

    • add

      void add(@NotNull @NotNull Consumer<T> consumer)