Package com.seeq.utilities
Class Wrapping
java.lang.Object
com.seeq.utilities.Wrapping
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
static interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Consumer<T>
consumer
(Wrapping.IoConsumer<T> delegate) static <T,
R> Function<T, R> function
(Wrapping.IoFunction<T, R> delegate) static Runnable
runnable
(Wrapping.IoRunnable delegate)
-
Constructor Details
-
Wrapping
public Wrapping()
-
-
Method Details
-
function
-
consumer
-
runnable
-