Package au.gov.amsa.ais.rx.operators
Class OperatorCraftProperty
- java.lang.Object
-
- au.gov.amsa.ais.rx.operators.OperatorCraftProperty
-
- All Implemented Interfaces:
rx.functions.Func1<rx.Subscriber<? super CraftProperty>,rx.Subscriber<? super Timestamped<? extends AisMessage>>>,rx.functions.Function,rx.Observable.Operator<CraftProperty,Timestamped<? extends AisMessage>>
public class OperatorCraftProperty extends java.lang.Object implements rx.Observable.Operator<CraftProperty,Timestamped<? extends AisMessage>>
-
-
Constructor Summary
Constructors Constructor Description OperatorCraftProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description rx.Subscriber<? super Timestamped<? extends AisMessage>>call(rx.Subscriber<? super CraftProperty> child)
-
-
-
Method Detail
-
call
public rx.Subscriber<? super Timestamped<? extends AisMessage>> call(rx.Subscriber<? super CraftProperty> child)
- Specified by:
callin interfacerx.functions.Func1<rx.Subscriber<? super CraftProperty>,rx.Subscriber<? super Timestamped<? extends AisMessage>>>
-
-