JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
one.microstream.functional
Interface QuadConsumer<T1,T2,T3,T4>
public interface
QuadConsumer<T1,T2,T3,T4>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
accept
(
T1
t1,
T2
t2,
T3
t3,
T4
t4)
Method Details
accept
void
accept
(
T1
t1,
T2
t2,
T3
t3,
T4
t4)