Class Retain<O>
java.lang.Object
com.here.platform.location.core.mapmatching.Retain<O>
- All Implemented Interfaces:
FilteredObservation<O>,Serializable,scala.Equals,scala.Product
public final class Retain<O>
extends Object
implements FilteredObservation<O>, scala.Product, 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, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Retain
-
-
Method Details
-
value
Description copied from interface:FilteredObservationThe original observation.- Specified by:
valuein interfaceFilteredObservation<O>
-