| Package | Description |
|---|---|
| com.m3.scalaflavor4j | |
| com.m3.scalaflavor4j.arm |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VoidF1<T1>
VoidFunction1 alias |
| 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.
|
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.
|
VoidFunction1<Tuple3<T1,T2,T3>> |
RichVoidFunction3.tupled()
Creates a tupled version of this function: instead of 3 arguments, it
accepts a single Tuple3 argument.
|
VoidFunction1<Tuple2<T1,T2>> |
RichVoidFunction2.tupled()
Creates a tupled version of this function: instead of 2 arguments, it
accepts a single Tuple2 argument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForComprehension1.apply(VoidFunction1<T> f) |
void |
ForComprehension2.apply(VoidFunction1<Tuple2<T1,T2>> f) |
void |
ForComprehension3.apply(VoidFunction1<Tuple3<T1,T2,T3>> f) |
void |
ForComprehension4.apply(VoidFunction1<Tuple4<T1,T2,T3,T4>> f) |
void |
ForComprehension5.apply(VoidFunction1<Tuple5<T1,T2,T3,T4,T5>> f) |
void |
Some.foreach(VoidFunction1<T> f) |
abstract void |
ParSeq.foreach(VoidFunction1<T> f)
Applies a function f to all elements of this sequence.
|
void |
None.foreach(VoidFunction1<T> f) |
void |
Nil.foreach(VoidFunction1<T> f) |
void |
IndexedSeq.foreach(VoidFunction1<T> f) |
void |
Generator.foreach(VoidFunction1<T> vf) |
void |
ForkJoinParSeq.foreach(VoidFunction1<T> f) |
void |
CollectionLike.foreach(VoidFunction1<T> f)
Applies a function f to all elements of this sequence.
|
void |
SMap.foreach(VoidFunction1<Tuple2<K,V>> f)
Applies a function f to all elements of this immutable map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedResource.foreach(VoidFunction1<R> f) |
Copyright © 2015. All rights reserved.