Uses of Class
org.storynode.pigeon.tuple.Pair
Packages that use Pair
Package
Description
Types representing the outcome of some operations
Tuples are heterogeneous collections of fixed size from zero to
n elements, in
order.Generic wrapper types
-
Uses of Pair in org.storynode.pigeon.result
Methods in org.storynode.pigeon.result that return Pair -
Uses of Pair in org.storynode.pigeon.tuple
Methods in org.storynode.pigeon.tuple that return PairModifier and TypeMethodDescriptionstatic <T1,T2> @NotNull Pair <T1, T2> Tuple.of(T1 first, T2 second) Creates aTupleof two elementsMethods in org.storynode.pigeon.tuple that return types with arguments of type Pair -
Uses of Pair in org.storynode.pigeon.wrap
Methods in org.storynode.pigeon.wrap that return Pair