Interface TravellingPoint.ITrackSelector

All Superinterfaces:
BiFunction<TrackGraph,Pair<Boolean,List<Map.Entry<TrackNode,TrackEdge>>>,Map.Entry<TrackNode,TrackEdge>>
Enclosing class:
TravellingPoint

public static interface TravellingPoint.ITrackSelector extends BiFunction<TrackGraph,Pair<Boolean,List<Map.Entry<TrackNode,TrackEdge>>>,Map.Entry<TrackNode,TrackEdge>>