name.rayrobdod.stringContextParserCombinator.typeclass.BiSequenced
See theBiSequenced companion object
trait BiSequenced[A, B, Z] extends Sequenced[A, B, Z], ContraSequenced[A, B, Z]
Describes how to combine and separate two adjacent values
Combining is defined by the methods inherited from Sequenced
, while separating is defined by the methods inherited from ContraSequenced
.
Type parameters
- A
-
the first value
- B
-
the second value
- Z
-
the result container
Attributes
- See also
- Companion
- object
- Source
- Sequenced.scala
- Graph
-
- Supertypes
Members list
In this article