Class Retain<O>
java.lang.Object
com.here.platform.location.core.mapmatching.Retain<O>
- All Implemented Interfaces:
FilteredObservation<O>
,Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public final class Retain<O>
extends Object
implements FilteredObservation<O>, scala.Product, scala.Serializable
This is an experimental API. It may be removed or changed from one version to the next.
The value successfully passed the filter.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
Retain
-
-
Method Details
-
value
Description copied from interface:FilteredObservation
The original observation.- Specified by:
value
in interfaceFilteredObservation<O>
-