Extensions
Orphaned extensions.
import turbolift.Extensions._`
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Extensions.type
Members list
Extensions
Inherited extensions
Attributes
- Inherited from:
- MiscExtensions (hidden)
Transforms option of computation, into computation of option.
Transforms option of computation, into computation of option.
Attributes
- Inherited from:
- TraverseExtensions (hidden)
Like traverse.
Like traverse.
Attributes
- Inherited from:
- TraverseExtensions (hidden)
Like traverse, but discards the result.
Like traverse, but discards the result.
Attributes
- Inherited from:
- TraverseExtensions (hidden)
Like traverseVoid.
Like traverseVoid.
Attributes
- Inherited from:
- TraverseExtensions (hidden)
Attributes
- Inherited from:
- TraverseExtensions (hidden)
Attributes
- Inherited from:
- TraverseExtensions (hidden)
Like traverse, but discards the result.
Like traverse, but discards the result.
Attributes
- Inherited from:
- TraverseExtensions (hidden)
Like traversePar, but discards the result.
Like traversePar, but discards the result.
Attributes
- Inherited from:
- TraverseExtensions (hidden)
Like foldLeft
from the standard library, but using effectful function.
Like foldLeft
from the standard library, but using effectful function.
Attributes
- Inherited from:
- FoldExtensions (hidden)
Like foldRight
from the standard library, but using effectful function.
Like foldRight
from the standard library, but using effectful function.
Attributes
- Inherited from:
- FoldExtensions (hidden)
Like reduceLeftOption
from the standard library, but using effectful function.
Like reduceLeftOption
from the standard library, but using effectful function.
Attributes
- Inherited from:
- FoldExtensions (hidden)
Like reduceLeft
from the standard library, but using effectful function.
Like reduceLeft
from the standard library, but using effectful function.
Attributes
- Inherited from:
- FoldExtensions (hidden)
Attributes
- Inherited from:
- MiscExtensions (hidden)
Attributes
- Inherited from:
- TraverseExtensions (hidden)
Attributes
- Inherited from:
- TraverseExtensions (hidden)
Like collect_!!, but executed parallelly for each element.
Like collect_!!, but executed parallelly for each element.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like collect
from the standard library, but using effectful function.
Like collect
from the standard library, but using effectful function.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like filter_!!, but executed parallelly for each element.
Like filter_!!, but executed parallelly for each element.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like filter
from the standard library, but using effectful function.
Like filter
from the standard library, but using effectful function.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like flatMap_!!, but executed parallelly for each element.
Like flatMap_!!, but executed parallelly for each element.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like flat
from the standard library, but using effectful function.
Like flat
from the standard library, but using effectful function.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like mapFilter_!!, but executed parallelly for each element.
Like mapFilter_!!, but executed parallelly for each element.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like map
from the standard library, but using effectful function.
Like map
from the standard library, but using effectful function.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like map_!!, but executed parallelly for each element.
Like map_!!, but executed parallelly for each element.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like map
from the standard library, but using effectful function.
Like map
from the standard library, but using effectful function.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Transforms sequence of computations, into computation of sequence.
Transforms sequence of computations, into computation of sequence.
Attributes
- Inherited from:
- TraverseExtensions (hidden)
Like traverse, but executed parallelly for each element.
Like traverse, but executed parallelly for each element.
Attributes
- Inherited from:
- TraverseExtensions (hidden)
Like foreach_!!, but executed parallelly for each element.
Like foreach_!!, but executed parallelly for each element.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like foreach
from the standard library, but using effectful function.
Like foreach
from the standard library, but using effectful function.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like foreach
from the standard library, but executed only for elements, where the partial function is defined.
Like foreach
from the standard library, but executed only for elements, where the partial function is defined.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like forsome_!!, but executed parallelly for each element.
Like forsome_!!, but executed parallelly for each element.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like forsome , but using effectful function.
Like forsome , but using effectful function.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like collect_!!, but executed parallelly for each element.
Like collect_!!, but executed parallelly for each element.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like collect
from the standard library, but using effectful function.
Like collect
from the standard library, but using effectful function.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like filter_!!, but executed parallelly for each element.
Like filter_!!, but executed parallelly for each element.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like filter
from the standard library, but using effectful function.
Like filter
from the standard library, but using effectful function.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like flatMap_!!, but executed parallelly for each element.
Like flatMap_!!, but executed parallelly for each element.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like flatMap
from the standard library, but using effectful function.
Like flatMap
from the standard library, but using effectful function.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like flatMap
from the standard library, but specialized for Option
.
Like flatMap
from the standard library, but specialized for Option
.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like mapFilter_!!, but executed parallelly for each element.
Like mapFilter_!!, but executed parallelly for each element.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like mapFilter, but using effectful function.
Like mapFilter, but using effectful function.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like map_!!, but executed parallelly for each element.
Like map_!!, but executed parallelly for each element.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Like map
from the standard library, but using effectful function.
Like map
from the standard library, but using effectful function.
Attributes
- Inherited from:
- MapFilterExtensions (hidden)
Postfix alias of pure(_)
Postfix alias of pure(_)
Attributes
- Inherited from:
- MiscExtensions (hidden)
Attributes
- Inherited from:
- FoldExtensions (hidden)
map_!! fused with reduceOption_!!.
map_!! fused with reduceOption_!!.
Attributes
- Inherited from:
- FoldExtensions (hidden)
map_!! fused with reduce_!!.
map_!! fused with reduce_!!.
Attributes
- Inherited from:
- FoldExtensions (hidden)
Like reduceOption
from the standard library, but using effectful function.
Like reduceOption
from the standard library, but using effectful function.
Attributes
- Inherited from:
- FoldExtensions (hidden)
Like reduceRightOption
from the standard library, but using effectful function.
Like reduceRightOption
from the standard library, but using effectful function.
Attributes
- Inherited from:
- FoldExtensions (hidden)
Like reduceRight
from the standard library, but using effectful function.
Like reduceRight
from the standard library, but using effectful function.
Attributes
- Inherited from:
- FoldExtensions (hidden)
Like reduce
from the standard library, but using effectful function.
Like reduce
from the standard library, but using effectful function.
Attributes
- Inherited from:
- FoldExtensions (hidden)
Like traverse, but discards the result.
Like traverse, but discards the result.
Attributes
- Inherited from:
- TraverseExtensions (hidden)
Like traversePar, but discards the result.
Like traversePar, but discards the result.
Attributes
- Inherited from:
- TraverseExtensions (hidden)