Implicits
trait AllOrphanedExtensions
trait TraverseExtensions
trait MapFilterExtensions
trait FoldExtensions
trait MiscExtensions
class Object
trait Matchable
class Any
Implicits.type
Extensions
Inherited extensions
extension [A, U](thiz: Option[Computation[A, U]])
extension [A, T, U](thiz: Either[T, Computation[A, U]])
extension [A](thiz: A)
extension [A, S <: (Iterable)](thiz: S[A])
extension [A](thiz: Iterator[A])
extension [A](thiz: Iterator[A])
extension [A, S <: (IterableOnce)](thiz: S[A])
extension [A, S <: (Iterable)](thiz: S[A])
def filter_!(using bf: BuildFrom[S[A], A, S[A]]): Computation[S[A], U]
- Inherited from:
- MapFilterExtensions
def flatMap_!(using bf: BuildFrom[S[A], B, S[B]]): Computation[S[B], U]
- Inherited from:
- MapFilterExtensions
def map_!(using bf: BuildFrom[S[A], B, S[B]]): Computation[S[B], U]
- Inherited from:
- MapFilterExtensions
extension [A, U, S <: (IterableOnce)](thiz: S[Computation[A, U]])
extension [A, U](thiz: Iterator[Computation[A, U]])
extension [A, U, S <: (Iterable)](thiz: S[Computation[A, U]])
extension [A](thiz: Iterable[A])