@FunctionalInterface
public interface Consumer2<T,V>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T value1,
V value2) |
default Consumer2<T,V> |
andThen(Consumer2<T,V> after) |
default Function2<T,V,Nothing> |
asFunction() |
static <T,V> Consumer2<T,V> |
of(Consumer2<T,V> reference) |