Interface BiConsumer<T,U>
-
public interface BiConsumer<T,U>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T t, U u)
-
public interface BiConsumer<T,U>
Modifier and Type | Method | Description |
---|---|---|
void |
accept(T t,
U u) |