| Package | Description |
|---|---|
| com.m3.scalaflavor4j |
| Modifier and Type | Class and Description |
|---|---|
class |
Tpl5<T1,T2,T3,T4,T5>
Tuple5 alias |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3,T4,T5> |
Tuple5.apply(T1 _1,
T2 _2,
T3 _3,
T4 _4,
T5 _5) |
static <T1,T2,T3,T4,T5> |
Tuple.apply(T1 _1,
T2 _2,
T3 _3,
T4 _4,
T5 _5) |
| Modifier and Type | Method and Description |
|---|---|
VoidFunction1<Tuple5<T1,T2,T3,T4,T5>> |
RichVoidFunction5.tupled()
Creates a tupled version of this function: instead of 5 arguments, it
accepts a single Tuple5 argument.
|
F1<Tuple5<T1,T2,T3,T4,T5>,R> |
RichFunction5.tupled()
Creates a tupled version of this function: instead of 5 arguments, it
accepts a single Tuple5 argument.
|
static <T1,T2,T3,T4,T5> |
Tuple5.unapply(Tuple5<T1,T2,T3,T4,T5> tuple) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2,T3,T4,T5> |
Tuple5.unapply(Tuple5<T1,T2,T3,T4,T5> tuple) |
| Modifier and Type | Method and Description |
|---|---|
void |
ForComprehension5.apply(VoidFunction1<Tuple5<T1,T2,T3,T4,T5>> f) |
<U,V extends CollectionLike<U>> |
ForComprehension5.yield(Function1<Tuple5<T1,T2,T3,T4,T5>,U> f) |
Copyright © 2015. All rights reserved.