@FunctionalInterface public interface TriConsumer<T,U,V>
Modifier and Type | Method and Description |
---|---|
void |
accept(T t,
U u,
V v)
Performs this operation on the given arguments.
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.