T - the type of the first argument to the operationU - the type of the second argument to the operationV - the type of the third argument to the operation@FunctionalInterface public interface SerializableTriConsumer<T,U,V> extends Serializable
SerializableBiConsumer, but with three arguments.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
U u,
V v)
Performs the action.
|
Copyright © 2022. All rights reserved.