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