AllOrphanedExtensions
trait AllOrphanedExtensions extends MiscExtensions with FoldExtensions with MapFilterExtensions with TraverseExtensions
trait TraverseExtensions
trait MapFilterExtensions
trait FoldExtensions
trait MiscExtensions
class Object
trait Matchable
class Any
object Implicits.type
Extensions
Inherited extensions
extension [A, T, U](thiz: Either[T, Computation[A, U]])
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](thiz: Iterable[A])
extension [A](thiz: Iterator[A])
extension [A, S <: (IterableOnce)](thiz: S[A])
extension [A, U, S <: (IterableOnce)](thiz: S[Computation[A, U]])
extension [A](thiz: Iterator[A])
extension [A, U](thiz: Option[Computation[A, U]])
extension [A, U](thiz: Iterator[Computation[A, U]])
extension [A](thiz: A)
extension [A, U, S <: (Iterable)](thiz: S[Computation[A, U]])
extension [A](thiz: IterableOnce[A])
extension [A, S <: (Iterable)](thiz: S[A])