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