T - the input type@FunctionalInterface public interface Consumer<T>
Consumer interface, implemented here for cross compatibility with Android.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t)
Execute this operation on the supplied argument.
|
void accept(T t)
t - the input argumentCopyright © 2009–2022 Jonathan Hedley. All rights reserved.