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