Interface AttributeContainerAccess<P,C>

All Superinterfaces:
Function<P,scala.collection.Iterable<C>>, Serializable, scala.Serializable

public interface AttributeContainerAccess<P,C> extends Function<P,scala.collection.Iterable<C>>, scala.Serializable
Extracts the data containers from the HERE Map Content layer
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.collection.Iterable<C>
    apply(P partition)
     

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Method Details

    • apply

      scala.collection.Iterable<C> apply(P partition)
      Specified by:
      apply in interface Function<P,C>