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 QuadConsumer<A,
B,
C,
D>
public interface
QuadConsumer<A,
B,
C,
D>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
accept
(
A
a,
B
b,
C
c,
D
d)
Method Details
accept
void
accept
(
A
a,
B
b,
C
c,
D
d)