@FunctionalInterface public static interface ActionUtils.Action<T> extends Action<T>
Modifier and Type | Method and Description |
---|---|
default ActionUtils.Action<T> |
andThen(ActionUtils.Action<? super T> after) |
static <T> ActionUtils.Action<T> |
of(Action<? super T> action) |
static <T> ActionUtils.Action<T> of(Action<? super T> action)
default ActionUtils.Action<T> andThen(ActionUtils.Action<? super T> after)