JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
nosqlbench 5.23.0-SNAPSHOT
io.nosqlbench.adapters.api.templating
TriFunction
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
apply(A, B, C)
Interface TriFunction<A,
B,
C>
public interface
TriFunction<A,
B,
C>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
A
apply
(
A
a,
B
b,
C
c)
Method Details
apply
A
apply
(
A
a,
B
b,
C
c)