public class OperatorDriftDistanceCheck extends Object implements rx.Observable.Operator<VesselPosition,VesselPosition>
Modifier and Type | Field and Description |
---|---|
protected static double |
MIN_DISTANCE_THRESHOLD_KM |
Constructor and Description |
---|
OperatorDriftDistanceCheck() |
Modifier and Type | Method and Description |
---|---|
rx.Subscriber<? super VesselPosition> |
call(rx.Subscriber<? super VesselPosition> child) |
protected static final double MIN_DISTANCE_THRESHOLD_KM
public rx.Subscriber<? super VesselPosition> call(rx.Subscriber<? super VesselPosition> child)
call
in interface rx.functions.Func1<rx.Subscriber<? super VesselPosition>,rx.Subscriber<? super VesselPosition>>
Copyright © 2020. All rights reserved.