Packages

o

basil.syntax

ParseOpsConstructor

object ParseOpsConstructor extends FreeParseOpsInstances

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParseOpsConstructor
  2. FreeParseOpsInstances
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class PartialCont[F[_]] extends AnyVal

    Syntatic sugar to support creating nested ParseOps structure using builder pattern

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Start: PartiallyAppliedCont[ParseOps, Id]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. implicit val getBool: HFix[ParseOps, Boolean]
    Definition Classes
    FreeParseOpsInstances
  11. implicit def getBoolFree[F[_]]: FreeParseOps[F, Boolean]
    Definition Classes
    FreeParseOpsInstances
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getKeyFree[F[_], I](key: String, next: F[I]): FreeParseOps[F, I]
    Definition Classes
    FreeParseOpsInstances
  14. implicit val getNum: HFix[ParseOps, Double]

    todo: Exposing this via implicit looks dangerous, consider separate scope Right now it is used for automatic case class derivation, which is encoded as JSON object and thus we can expect the terminator to always be OneOf(Comma, CurlyBrace)

    todo: Exposing this via implicit looks dangerous, consider separate scope Right now it is used for automatic case class derivation, which is encoded as JSON object and thus we can expect the terminator to always be OneOf(Comma, CurlyBrace)

    Definition Classes
    FreeParseOpsInstances
  15. implicit def getNumFree[F[_]]: FreeParseOps[F, Double]
    Definition Classes
    FreeParseOpsInstances
  16. implicit def getOpt[I](implicit getI: HFix[ParseOps, I]): HFix[ParseOps, Option[I]]
    Definition Classes
    FreeParseOpsInstances
  17. implicit val getString: HFix[ParseOps, String]
    Definition Classes
    FreeParseOpsInstances
  18. implicit def getStringFree[F[_]]: FreeParseOps[F, String]
    Definition Classes
    FreeParseOpsInstances
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from FreeParseOpsInstances

Inherited from AnyRef

Inherited from Any

Ungrouped