| Package | Description |
|---|---|
| com.m3.scalaflavor4j |
| Modifier and Type | Class and Description |
|---|---|
static class |
ExceptionControl.Catch<R>
scala.util.control.Exception.Catch
|
| Modifier and Type | Method and Description |
|---|---|
F1<T1,Function1<T2,Function1<T3,Function1<T4,Function1<T5,R>>>>> |
RichFunction5.curried()
Creates a curried version of this function.
|
F1<T1,Function1<T2,Function1<T3,Function1<T4,R>>>> |
RichFunction4.curried()
Creates a curried version of this function.
|
F1<T1,Function1<T2,R>> |
RichFunction2.curried()
Creates a curried version of this function.
|
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.
|
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.
|
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.
|
F1<Tuple2<T1,T2>,R> |
RichFunction2.tupled()
Creates a tupled version of this function: instead of 2 arguments, it
accepts a single Tuple2 argument.
|
Copyright © 2015. All rights reserved.