cps.runtime
Members list
Type members
Classlikes
Attributes
- Source
- ArrayOpsAsynsShift.scala
- Supertypes
Attributes
- Source
- ArrayOpsAsynsShift.scala
- Supertypes
-
class Objecttrait Matchableclass Any
wrapper which can be used for translations of call-chains with given substitution methods. The conventions, that shifted method can return such wrapper from shifted function instead F[T] and then cps engine substitute calls of chanined functions if they are implemented.
wrapper which can be used for translations of call-chains with given substitution methods. The conventions, that shifted method can return such wrapper from shifted function instead F[T] and then cps engine substitute calls of chanined functions if they are implemented.
Attributes
- Source
- CallChainAsyncShiftSubst.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Show all
Attributes
- Source
- CpsMonadAsyncShift.scala
- Supertypes
Attributes
- Source
- IterableAsyncShift.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Source
- FunctionAsyncShift.scala
- Supertypes
Attributes
- Source
- FunctionAsyncShift.scala
- Supertypes
Attributes
- Source
- FunctionAsyncShift.scala
- Supertypes
Attributes
- Source
- FunctionAsyncShift.scala
- Supertypes
Attributes
- Source
- SeqAsyncShift.scala
- Supertypes
Attributes
- Source
- IterableAsyncShift.scala
- Supertypes
- Known subtypes
Attributes
- Source
- IterableAsyncShift.scala
- Supertypes
- Known subtypes
-
class ListAsyncShift[A]class RangeAsyncShift[R]
Attributes
- Source
- ListAsyncShift.scala
- Supertypes
-
class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- MapAsyncShift.scala
- Supertypes
Attributes
- Source
- OptionAsyncShift.scala
- Supertypes
Attributes
- Source
- PartialFunctionAsyncShift.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Source
- PartialFunctionAsyncShift.scala
- Supertypes
- Known subtypes
-
class RangeAsyncShift[R]
Attributes
- Companion
- object
- Source
- PartialFunctionAsyncShift.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Attributes
- Companion
- trait
- Source
- PartialFunctionAsyncShift.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Source
- PartialFunctionHelper.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Source
- SeqAsyncShift.scala
- Supertypes
Attributes
- Source
- SeqAsyncShift.scala
- Supertypes
- Known subtypes
-
class RangeAsyncShift[R]
Attributes
- Source
- WhileHelper.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WhileHelper.type
WithFilter should be handled in a special way, because it is impossible to access underlaying collection from withFilter, so it's impossible to write async version of withFilter functions, because they require eration over original collection.
WithFilter should be handled in a special way, because it is impossible to access underlaying collection from withFilter, so it's impossible to write async version of withFilter functions, because they require eration over original collection.
Value parameters
- ca
-
original colleaction
- csf
-
Asy
- p
-
predicate
Attributes
- Source
- WithFilterSubstAsyncShift.scala
- Supertypes
-
class Objecttrait Matchableclass Any