Uses of Class
org.aksw.commons.rx.op.OperatorLocalOrder
Packages that use OperatorLocalOrder
-
Uses of OperatorLocalOrder in org.aksw.commons.rx.op
Methods in org.aksw.commons.rx.op that return OperatorLocalOrderModifier and TypeMethodDescriptionstatic <T> OperatorLocalOrder<T, Long> OperatorLocalOrder.forLong(long initiallyExpectedId, Function<? super T, ? extends Long> extractSeqId) static <T, S extends Comparable<S>>
OperatorLocalOrder<T, S> OperatorLocalOrder.wrap(S initiallyExpectedId, Function<? super S, ? extends S> incrementSeqId, BiFunction<? super S, ? super S, ? extends Number> distanceFn, Function<? super T, ? extends S> extractSeqId)