Interface IDataSelectionListener<O extends IPrimitive,​N extends INode,​W extends IWay<N>,​R extends IRelation<?>,​D extends OsmData<O,​N,​W,​R>>

  • Type Parameters:
    O - the base type of OSM primitives
    N - type representing OSM nodes
    W - type representing OSM ways
    R - type representing OSM relations
    D - The dataset type
    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 IDataSelectionListener<O extends IPrimitive,​N extends INode,​W extends IWay<N>,​R extends IRelation<?>,​D extends OsmData<O,​N,​W,​R>>
    This interface is the same as DataSelectionListener, except it isn't OsmPrimitive specific.
    Since:
    17862