Prj2
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Expr[B2]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Expr
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Goes from the end backwards (i.e. from the result variable towards inital variables) and splits this expression at the boundary where the given predicate first returns true
. Initial variables of the resulting trimmed Expr[B]
(second part of the returned tuple) are exactly the terminal variables of the returned prefix expressions (first part of the returned tuple). If in some branch the predicate never returns true
, the expression's initial variable in that branch is returned as Left
.
Goes from the end backwards (i.e. from the result variable towards inital variables) and splits this expression at the boundary where the given predicate first returns true
. Initial variables of the resulting trimmed Expr[B]
(second part of the returned tuple) are exactly the terminal variables of the returned prefix expressions (first part of the returned tuple). If in some branch the predicate never returns true
, the expression's initial variable in that branch is returned as Left
.
Attributes
- Inherited from:
- Expr