JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Search
Help
cool.scx.function
Function3Void
Contents
Description
Method Summary
Method Details
apply(A, B, C)
Hide sidebar
Show sidebar
Interface Function3Void<
A
,
B
,
C
,
X extends
Throwable
>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
Function3Void<A, B, C, X extends
Throwable
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
apply
(
A
a,
B
b,
C
c)
Method Details
apply
void
apply
(
A
a,
B
b,
C
c)
throws
X
Throws:
X