Interface BiConsumer<T,U>
-
- Type Parameters:
T- TU- U
public interface BiConsumer<T,U>Java6 compatibility.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(T t, U u)Performs this operation on the given arguments.
-