implicit final class PartialCont[F[_]] extends AnyVal
Syntatic sugar to support creating nested ParseOps structure using builder pattern
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartialCont
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PartialCont(outer: PartiallyAppliedCont[ParseOps, F])
Type Members
- type FO[X] = F[Option[X]]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getAll[I](alls: FreeParseOps[ParseTree, I]): ExprEnd[ParseOps, F[I]]
- def getBool: ExprEnd[ParseOps, F[Boolean]]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getKey(key: String): PartiallyAppliedCont[ParseOps, F]
- def getN(n: Int): PartiallyAppliedCont[ParseOps, F]
- def getNum: ExprEnd[ParseOps, F[Double]]
- def getOpt: PartiallyAppliedCont[ParseOps, FO]
- def getString: ExprEnd[ParseOps, F[String]]
- def getType[I](implicit X: ParseTree[I]): ExprEnd[ParseOps, F[I]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val outer: PartiallyAppliedCont[ParseOps, F]
-
def
toString(): String
- Definition Classes
- Any