name.rayrobdod.stringContextParserCombinator.typeclass.ContraOptionally
See theContraOptionally companion object
Describes how to extract an optional value
The parser determines whether the some or none branch is taken. The return values' Expr[Boolean]
indicates whether the value matches the branch
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
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Members list
In this article