Interface Conveyor.MaxSpeedBuilder<T>

All Known Implementing Classes:
Conveyor.Builder
Enclosing class:
Conveyor<T>

public static interface Conveyor.MaxSpeedBuilder<T>
Helper interface to build a Conveyor instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    maxSpeed(double maxSpeed)
    Sets the max speed of a Conveyor instance.