oolong.dsl

package oolong.dsl

Members list

Type members

Classlikes

sealed trait Updater[DocT]

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def lift[A](a: A): A

Lift a into the target representation. The expression for a won't be analyzed by the macro, it'll be passed through to the final stage. Use this for runtime values.

Lift a into the target representation. The expression for a won't be analyzed by the macro, it'll be passed through to the final stage. Use this for runtime values.

Attributes

def unchecked[A](subquery: Any): A

Wrapper for a subquery that's already in the target representation.

Wrapper for a subquery that's already in the target representation.

Attributes

Extensions

Extensions

extension [A](a: Option[A])
def !!: A

Unwrap the underlying type out of option

Unwrap the underlying type out of option

Attributes