Package de.scravy.bedrock
Class NoOp
java.lang.Object
de.scravy.bedrock.NoOp
public class NoOp extends Object
-
Constructor Summary
Constructors Constructor Description NoOp() -
Method Summary
Modifier and Type Method Description static <T, U> BiConsumer<T,U>biConsumer()static <T> Callable<T>callable(T argToBeReturned)static <T, U> BiFunction<T,U,T>constant()static <T, U> Function<U,T>constant(T argToBeReturned)static <T> Consumer<T>consumer()static <T> Function<T,T>identity()static Runnablerunnable()static Thread.UncaughtExceptionHandleruncaughtExceptionHandler()
-
Constructor Details
-
NoOp
public NoOp()
-
-
Method Details