| Package | Description |
|---|---|
| com.m3.scalaflavor4j |
| Modifier and Type | Class and Description |
|---|---|
class |
Tpl3<T1,T2,T3>
Tuple3 alias |
class |
Triple<T1,T2,T3>
Tuple3 alias |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> Tuple3<T1,T2,T3> |
Tuple3.apply(T1 _1,
T2 _2,
T3 _3) |
static <T1,T2,T3> Tuple3<T1,T2,T3> |
Tuple.apply(T1 _1,
T2 _2,
T3 _3) |
| Modifier and Type | Method and Description |
|---|---|
VoidFunction1<Tuple3<T1,T2,T3>> |
RichVoidFunction3.tupled()
Creates a tupled version of this function: instead of 3 arguments, it
accepts a single Tuple3 argument.
|
F1<Tuple3<T1,T2,T3>,R> |
RichFunction3.tupled()
Creates a tupled version of this function: instead of 3 arguments, it
accepts a single Tuple3 argument.
|
static <T1,T2,T3> Option<Tuple3<T1,T2,T3>> |
Tuple3.unapply(Tuple3<T1,T2,T3> tuple) |
static <T1,T2,T3> Option<Tuple3<T1,T2,T3>> |
Triple.unapply(Tuple3<T1,T2,T3> tuple) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3> Option<Tuple3<T1,T2,T3>> |
Tuple3.unapply(Tuple3<T1,T2,T3> tuple) |
static <T1,T2,T3> Option<Tuple3<T1,T2,T3>> |
Triple.unapply(Tuple3<T1,T2,T3> tuple) |
| Modifier and Type | Method and Description |
|---|---|
void |
ForComprehension3.apply(VoidFunction1<Tuple3<T1,T2,T3>> f) |
<U,V extends CollectionLike<U>> |
ForComprehension3.yield(Function1<Tuple3<T1,T2,T3>,U> f) |
Copyright © 2015. All rights reserved.