@FunctionalInterface public interface ConsumerWithArgs<T>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(T... args) |
default ConsumerWithArgs<T> |
andThen(ConsumerWithArgs<? super T> after) |
void accept(T... args)
default ConsumerWithArgs<T> andThen(ConsumerWithArgs<? super T> after)
Copyright © 2024 fossc. All rights reserved.