JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.druid.java.util.common.guava.nary
Interface TrinaryFn<Type1,
Type2,
Type3,
OutType>
public interface
TrinaryFn<Type1,
Type2,
Type3,
OutType>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
OutType
apply
(
Type1
arg1,
Type2
arg2,
Type3
arg3)
Method Details
apply
OutType
apply
(
Type1
arg1,
Type2
arg2,
Type3
arg3)