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
    Constructor
    Description
    Retain(O value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The original observation.

    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

      public Retain(O value)
  • Method Details