@FunctionalInterface public interface ObjectShortConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
short u)
Performs this operation on the given arguments.
|
void accept(T t, short u)
t - the first input argumentu - the second input argumentCopyright © 2006–2018 JBoss by Red Hat. All rights reserved.