java.lang.Object
io.smallrye.mutiny.tuples.Tuple2<T1,T2>
io.smallrye.mutiny.tuples.Tuple3<T1,T2,T3>
io.smallrye.mutiny.tuples.Tuple4<T1,T2,T3,T4>
io.smallrye.mutiny.tuples.Tuple5<T1,T2,T3,T4,T5>
- Direct Known Subclasses:
Tuple6
-
Method Summary
Methods inherited from class io.smallrye.mutiny.tuples.Tuple2
assertIndexInBounds, getItem1, getItem2, ofMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
of
-
getItem5
-
mapItem1
Description copied from class:Tuple2 -
mapItem2
Description copied from class:Tuple2 -
mapItem3
-
mapItem4
-
mapItem5
-
nth
Description copied from interface:TupleGet the item stored at the given index. -
asList
Description copied from interface:Tuple -
size
public int size() -
toString
-
equals
-
hashCode
public int hashCode()
-