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
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.jruby.util.func
Interface TriConsumer<A,
B,
C>
Type Parameters:
A
- a
B
- b
C
- c
public interface
TriConsumer<A,
B,
C>
It consumes three things.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
accept
(
A
a,
B
b,
C
c)
Method Details
accept
void
accept
(
A
a,
B
b,
C
c)