| Interface | Description |
|---|---|
| Actuator | |
| JvmActuator |
Actuator function interface, this interface could throw out
java.lang.Exception but return void without any parameters.
|
| JvmSupplier<T> |
Supplier function interface, this interface could throw out
java.lang.Exception for specific use.
|
| ZeroActuator | |
| ZeroBiConsumer<T,R> | |
| ZeroSupplier<T> |
| Class | Description |
|---|---|
| Fn |
Unique interface to call function
|
Copyright © 2017. All rights reserved.