| Package | Description |
|---|---|
| com.m3.scalaflavor4j | |
| com.m3.scalaflavor4j.arm |
| Modifier and Type | Class and Description |
|---|---|
class |
ForkJoinParSeq<T>
ParSeq implementation |
class |
IndexedSeq<T>
Seq implementation |
class |
Nil<T>
Seq implementation |
class |
None<T>
scala.None
This case object represents non-existent values.
|
class |
Option<T>
scala.Option
|
class |
ParSeq<T>
A template trait for parallel sequences.
|
class |
Seq<T>
scala.collection.Seq
|
class |
Some<T>
scala.Some
Class Some[A] represents existing values of type A.
|
class |
StringLike
scala.collection.immutable.StringLike
|
| Modifier and Type | Method and Description |
|---|---|
<U,V extends CollectionLike<U>> |
ForComprehension1.yield(Function1<T,U> f) |
<U,V extends CollectionLike<U>> |
ForComprehension2.yield(Function1<Tuple2<T1,T2>,U> f) |
<U,V extends CollectionLike<U>> |
ForComprehension3.yield(Function1<Tuple3<T1,T2,T3>,U> f) |
<U,V extends CollectionLike<U>> |
ForComprehension4.yield(Function1<Tuple4<T1,T2,T3,T4>,U> f) |
<U,V extends CollectionLike<U>> |
ForComprehension5.yield(Function1<Tuple5<T1,T2,T3,T4,T5>,U> f) |
| Modifier and Type | Method and Description |
|---|---|
<U> CollectionLike<U> |
Generator.flatMap(Function1<T,CollectionLike<U>> f) |
<U> CollectionLike<U> |
Generator.map(Function1<T,U> f) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Generator<T> |
Generator.apply(CollectionLike<T> xs) |
static <T1> ForComprehension1<T1> |
For.apply(CollectionLike<T1> xs)
Provides
ForComprehension1 instance |
static <T1,T2> ForComprehension2<T1,T2> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2)
Provides
ForComprehension2 instance |
static <T1,T2> ForComprehension2<T1,T2> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2)
Provides
ForComprehension2 instance |
static <T1,T2,T3> ForComprehension3<T1,T2,T3> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2,
CollectionLike<T3> xs3)
Provides
ForComprehension3 instance |
static <T1,T2,T3> ForComprehension3<T1,T2,T3> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2,
CollectionLike<T3> xs3)
Provides
ForComprehension3 instance |
static <T1,T2,T3> ForComprehension3<T1,T2,T3> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2,
CollectionLike<T3> xs3)
Provides
ForComprehension3 instance |
static <T1,T2,T3,T4> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2,
CollectionLike<T3> xs3,
CollectionLike<T4> xs4)
Provides
ForComprehension4 instance |
static <T1,T2,T3,T4> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2,
CollectionLike<T3> xs3,
CollectionLike<T4> xs4)
Provides
ForComprehension4 instance |
static <T1,T2,T3,T4> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2,
CollectionLike<T3> xs3,
CollectionLike<T4> xs4)
Provides
ForComprehension4 instance |
static <T1,T2,T3,T4> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2,
CollectionLike<T3> xs3,
CollectionLike<T4> xs4)
Provides
ForComprehension4 instance |
static <T1,T2,T3,T4,T5> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2,
CollectionLike<T3> xs3,
CollectionLike<T4> xs4,
CollectionLike<T5> xs5)
Provides
ForComprehension5 instance |
static <T1,T2,T3,T4,T5> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2,
CollectionLike<T3> xs3,
CollectionLike<T4> xs4,
CollectionLike<T5> xs5)
Provides
ForComprehension5 instance |
static <T1,T2,T3,T4,T5> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2,
CollectionLike<T3> xs3,
CollectionLike<T4> xs4,
CollectionLike<T5> xs5)
Provides
ForComprehension5 instance |
static <T1,T2,T3,T4,T5> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2,
CollectionLike<T3> xs3,
CollectionLike<T4> xs4,
CollectionLike<T5> xs5)
Provides
ForComprehension5 instance |
static <T1,T2,T3,T4,T5> |
For.apply(CollectionLike<T1> xs1,
CollectionLike<T2> xs2,
CollectionLike<T3> xs3,
CollectionLike<T4> xs4,
CollectionLike<T5> xs5)
Provides
ForComprehension5 instance |
| Modifier and Type | Method and Description |
|---|---|
abstract <U> Seq<U> |
Seq.flatMap(Function1<T,CollectionLike<U>> f)
Builds a new collection by applying a function to all elements of this
sequence and concatenating the results.
|
abstract <U> ParSeq<U> |
ParSeq.flatMap(Function1<T,CollectionLike<U>> f)
Builds a new collection by applying a function to all elements of this
sequence and concatenating the results.
|
<U> Seq<U> |
Nil.flatMap(Function1<T,CollectionLike<U>> f) |
<U> IndexedSeq<U> |
IndexedSeq.flatMap(Function1<T,CollectionLike<U>> f) |
<U> CollectionLike<U> |
Generator.flatMap(Function1<T,CollectionLike<U>> f) |
<U> ParSeq<U> |
ForkJoinParSeq.flatMap(Function1<T,CollectionLike<U>> f) |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedResource<R>
Managed Resource (Scala ARM like, not exactly)
|
Copyright © 2015. All rights reserved.