Uses of Interface
de.scravy.bedrock.Tuple2
| Package | Description |
|---|---|
| de.scravy.bedrock |
-
Uses of Tuple2 in de.scravy.bedrock
Subinterfaces of Tuple2 in de.scravy.bedrock Modifier and Type Interface Description interfaceTuple3<A,B,C>interfaceTuple4<A,B,C,D>Classes in de.scravy.bedrock that implement Tuple2 Modifier and Type Class Description classPair<A,B>An immutable tuple.classQuadruple<A,B,C,D>classTriple<A,B,C>Methods in de.scravy.bedrock that return types with arguments of type Tuple2 Modifier and Type Method Description default Function1<Tuple2<A,B>,R>Function2. tupled()Methods in de.scravy.bedrock with parameters of type Tuple2 Modifier and Type Method Description static <C, A extends C, B extends C>
List<C>Pair. toList(Tuple2<A,B> pair)static <C, A extends C, B extends C>
Seq<C>Pair. toSeq(Tuple2<A,B> pair)static <C, A extends C, B extends C>
Seq<C>Tuple2. toSeq(Tuple2<A,B> pair)