@FunctionalInterface public interface Commands<T,E extends Throwable>
Consumer which allows for exceptions to pass through| Modifier and Type | Method and Description |
|---|---|
default Commands<T,E> |
andThen(Commands<? super T,E> after)
See
Consumer |
void |
execute(T t)
Performs this operation on the given argument.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.