@FunctionalInterface public interface Procedure
| Modifier and Type | Method and Description |
|---|---|
default Procedure |
andThen(Procedure after)
Runs a specified Procedure after this one.
|
default Procedure |
compose(Procedure before)
Runs a specified Procedure before this one.
|
void |
run()
Executes the code specified by a lambda expression.
|
Copyright © 2017–2019. All rights reserved.