Interface IOConsumer<T>


public interface IOConsumer<T>
Author:
Pavel ponec
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t)