Interface GroupMapper

All Superinterfaces:
java.util.function.Function<Vehicle,​java.lang.String>

public interface GroupMapper
extends java.util.function.Function<Vehicle,​java.lang.String>
Determines the routing group for a Vehicle instance.
  • Method Summary

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose