Impermeable
libretto.lambda.Shuffled.Impermeable
case class Impermeable[A, X, Y, B](l: A shuffle.~⚬ X, m: Plated[X, Y], r: Y shuffle.~⚬ B) extends Shuffled[A, B]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
override def foldMap[->>[_, _]](tr: [x, y] => (x -> y) => ->>[x, y])(using ev: SymmetricSemigroupalCategory[->>, |*|]): A ->> B
Attributes
- Definition Classes
override def project[C](p: Projection[|*|, B, C], f: [P, Q, R] => (x$1: P -> Q, x$2: Projection[|*|, Q, R]) => ProjectRes[P, R]): ProjectRes[A, C]
Attributes
- Definition Classes
override def sweepL[F[_], ->>[_, _]](a: F[A], f: [t, u] => (x$1: F[t], x$2: t -> u) => (->>[t, u], F[u]))(using tgt: With[->>, |*|, shuffle.type], F: StrongZippable[|*|, F]): (tgt.Shuffled[A, B], F[B])
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
override def traverse[G[_], ->>[_, _]](f: [t, u] => (t -> u) => G[->>[t, u]])(using tgt: With[->>, |*|, shuffle.type], G: Applicative[G]): G[tgt.Shuffled[A, B]]
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
def takeLeadingForestAtWhile[F[_], X, ->>[_, _]](pos: Focus[|*|, F], pred: [x, y] => (x -> y) => Option[->>[x, y]])(using ev: A =:= F[X]): Exists[[Y] =>> (AForest[->>, |*|, X, Y], Shuffled[F[Y], B])]
Extracts the maximum forest-shaped prefix at the given position satisfying the given predicate.
Extracts the maximum forest-shaped prefix at the given position satisfying the given predicate.
Attributes
- Inherited from:
- Shuffled
In this article