T
@FunctionalInterface public interface ParameterClosingConsumer<T>
This is useful for parameter providers.
void
accept(T obj)
void accept(T obj) throws Exception
Exception
Copyright © 2021 Eclipse. All rights reserved.