JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.here.platform.location.compilation.heremapcontent.javadsl
Interface AttributeAccess<C,
T>
All Superinterfaces:
Function
<C,
T>
,
Serializable
,
scala.Serializable
public interface
AttributeAccess<C,
T>
extends
Function
<C,
T>, scala.Serializable
Extracts individual properties from the containers
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
apply
(
C
container)
Methods inherited from interface java.util.function.
Function
andThen
,
compose
Method Details
apply
T
apply
(
C
container)
Specified by:
apply
in interface
Function
<
C
,
T
>