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