public final class OperatorSumCellDistances extends Object implements rx.Observable.Operator<Map<Cell,Double>,CellAndDistance>
Modifier and Type | Method and Description |
---|---|
rx.Subscriber<? super CellAndDistance> |
call(rx.Subscriber<? super Map<Cell,Double>> child) |
static OperatorSumCellDistances |
create(int maxSize) |
public static OperatorSumCellDistances create(int maxSize)
public rx.Subscriber<? super CellAndDistance> call(rx.Subscriber<? super Map<Cell,Double>> child)
call
in interface rx.functions.Func1<rx.Subscriber<? super Map<Cell,Double>>,rx.Subscriber<? super CellAndDistance>>
Copyright © 2020. All rights reserved.