JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.dmfs.jems.procedure
Interface BiProcedure<T,U>
public interface
BiProcedure<T,U>
Functional interface for a void function taking two arguments.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
process
(
T
t,
U
u)
Executes the procedure with the given arguments.
Method Detail
process
void process(
T
t,
U
u)
Executes the procedure with the given arguments.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method