Interface VoidFunction<T>


  • public interface VoidFunction<T>
    • Method Detail

      • apply

        void apply​(T v)