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 Procedure<T>
public interface
Procedure<T>
Functional interface for a void function taking one argument.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
process
(
T
arg)
Executes the procedure with the given argument.
Method Detail
process
void process(
T
arg)
Executes the procedure with the given argument.
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