JavaScript is disabled on your browser.
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
de.bsvrz.puk.config.configFile.fileaccess
Interface Consumer<T>
public interface
Consumer<T>
Comsumer-Interface wie in JDK-8. Kann bei Update durch java.util.function.Consumer ersetzt werden.
Author:
Kappich Systemberatung
Method Summary
Methods
Modifier and Type
Method and Description
void
accept
(
T
t)
Method Detail
accept
void accept(
T
t)
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