Uses of Class
au.gov.amsa.ais.Timestamped
-
Packages that use Timestamped Package Description au.gov.amsa.ais au.gov.amsa.ais.rx au.gov.amsa.ais.rx.operators -
-
Uses of Timestamped in au.gov.amsa.ais
Methods in au.gov.amsa.ais that return Timestamped Modifier and Type Method Description static <T extends AisMessage>
Timestamped<T>Timestamped. create(T message, long time)Timestamped<AisMessage>AisNmeaMessage. getTimestampedMessage()Returns null if there is no timestamp otherwise returns a timestamped message.Timestamped<AisMessage>AisNmeaMessage. getTimestampedMessage(long defaultTime) -
Uses of Timestamped in au.gov.amsa.ais.rx
Fields in au.gov.amsa.ais.rx with type parameters of type Timestamped Modifier and Type Field Description static rx.functions.Func1<NmeaMessage,java.util.Optional<Timestamped<AisMessage>>>Streams. TO_AIS_MESSAGEMethods in au.gov.amsa.ais.rx that return types with arguments of type Timestamped Modifier and Type Method Description static rx.Observable<Timestamped<AisMessage>>Streams. extractMessages(rx.Observable<java.lang.String> rawAisNmea)java.util.Optional<Timestamped<T>>Streams.TimestampedAndLine. getMessage()java.util.Optional<Timestamped<T>>Streams.TimestampedAndLines. getMessage()Constructor parameters in au.gov.amsa.ais.rx with type arguments of type Timestamped Constructor Description TimestampedAndLine(java.util.Optional<Timestamped<T>> message, java.lang.String line, java.lang.String error)TimestampedAndLines(java.util.Optional<Timestamped<T>> message, java.util.List<java.lang.String> lines, java.lang.String error) -
Uses of Timestamped in au.gov.amsa.ais.rx.operators
Methods in au.gov.amsa.ais.rx.operators that return types with arguments of type Timestamped Modifier and Type Method Description rx.Subscriber<? super Timestamped<? extends AisMessage>>OperatorCraftProperty. call(rx.Subscriber<? super CraftProperty> child)
-