name.rayrobdod.stringContextParserCombinator.typeclass.BiOptionally
See theBiOptionally companion object
trait BiOptionally[Expr[_], A, Z] extends Optionally[A, Z], ContraOptionally[Expr, A, Z]
Describes how to both represent and extract an optional value
Type parameters
- A
-
the optional input type
- Expr
-
the macro-level expression type
- Z
-
the result container
Attributes
- See also
- Companion
- object
- Source
- Optionally.scala
- Graph
-
- Supertypes
Members list
In this article