JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
dk.jonaslindstrom.ruffini.common.functional
Interface TernaryOperator<A>
public interface
TernaryOperator<A>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
A
apply
(
A
a,
A
b,
A
c)
Method Details
apply
A
apply
(
A
a,
A
b,
A
c)