T
public interface Consumer<T>
void
accept(T t)
void accept(T t) throws Exception
t
Exception
Copyright © 2019. All rights reserved.