Uses of Class
org.drasyl.util.Pair
Packages that use Pair
Package
Description
Package contains classes that are used for communicating with other peers.
Link between application and drasyl overlay network.
Utility classes used across multiple packages.
-
Uses of Pair in org.drasyl.peer
Methods in org.drasyl.peer that return Pair -
Uses of Pair in org.drasyl.pipeline
Methods in org.drasyl.pipeline that return types with arguments of type PairModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<Pair<CompressedPublicKey,
Object>> EmbeddedPipeline.inboundMessages()
-
Uses of Pair in org.drasyl.util
Methods in org.drasyl.util that return PairModifier and TypeMethodDescriptionstatic <A,
B> Pair<A, B> Pair.of
(A first, B second) Obtains a tuple of two elements inferring the generic types.Methods in org.drasyl.util that return types with arguments of type PairModifier and TypeMethodDescriptionstatic <T> io.reactivex.rxjava3.core.Observable<Pair<T,
T>> ObservableUtil.pairWithPreviousObservable
(io.reactivex.rxjava3.core.Observable<T> observable) Creates anObservable
to pair up the current and previous items.