Class Omit<O>
java.lang.Object
com.here.platform.location.core.mapmatching.Omit<O>
- All Implemented Interfaces:
FilteredObservation<O>,Serializable,scala.Equals,scala.Product
public final class Omit<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 was filtered out.
- 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
-
Omit
-
-
Method Details
-
value
Description copied from interface:FilteredObservationThe original observation.- Specified by:
valuein interfaceFilteredObservation<O>
-