Package dev.tripswitch
Interface ExecuteOption
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for configuring a single
TripSwitch.execute(java.util.concurrent.Callable<T>, dev.tripswitch.ExecuteOption...) call.
Use the static factory methods on TripSwitch to create options.-
Method Summary
-
Method Details
-
apply
void apply(dev.tripswitch.ExecuteOptions opts)
-