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.

@FunctionalInterface public interface ExecuteOption
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

    Modifier and Type
    Method
    Description
    void
    apply(dev.tripswitch.ExecuteOptions opts)
     
  • Method Details

    • apply

      void apply(dev.tripswitch.ExecuteOptions opts)