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
ai.timefold.jpyinterpreter.util.function
Interface TriConsumer<A,
B,
C>
public interface
TriConsumer<A,
B,
C>
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)