@Stability.Internal @FunctionalInterface public interface TriFunction<T,U,V,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u,
V v)
Applies this function to the given arguments.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.