object Type
The base class of all types is
Type
.
Two basic types beside the base class of the type hierarchy are ComposedType and ObjectType.
Type.ComposedType
is a built-in type with a name and a list of type arguments. For example Int is
ComposedType("Int", Seq())
and ListType[T] is
ComposedType("List", Seq(T))
.
Not all types are represented as a ComposedType. TeSSLa's Option is represented by an object with members #isSome and #getSome.
A Map is translated into a list of objects with members #k and #v.
Another special type is called LazyError and like an option is represented by an object with members #isError and #get. It either indicates an error or represents a value. In Tessla Options can contain an error value, a lifted expression may evalute to an error and a stream may contain both events with value errror or places where the stream itself contains an error, so that it is indeterminate whether the stream has an event or not.
This occurrence is represented with LazyError.
TeSSLa's Option[T] translates to
Option[LazyError[T]]. TeSSLa's Stream[T] translates to
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option[LazyError[T]] }}}
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
ComposedType("List", Seq(T)) }}}
Not all types are represented as a ComposedType. TeSSLa's Option is represented by an object with members #isSome and #getSome.
A Map is translated into a list of objects with members #k and #v.
Another special type is called LazyError and like an option is represented by an object with members #isError and #get. It either indicates an error or represents a value. In Tessla Options can contain an error value, a lifted expression may evalute to an error and a stream may contain both events with value errror or places where the stream itself contains an error, so that it is indeterminate whether the stream has an event or not.
This occurrence is represented with LazyError.
TeSSLa's Option[T] translates to
Option[LazyError[T]]. TeSSLa's Stream[T] translates to
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option[LazyError[T]] }}}
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
ComposedType("Int", Seq()) }}}
Not all types are represented as a ComposedType. TeSSLa's Option is represented by an object with members #isSome and #getSome.
A Map is translated into a list of objects with members #k and #v.
Another special type is called LazyError and like an option is represented by an object with members #isError and #get. It either indicates an error or represents a value. In Tessla Options can contain an error value, a lifted expression may evalute to an error and a stream may contain both events with value errror or places where the stream itself contains an error, so that it is indeterminate whether the stream has an event or not.
This occurrence is represented with LazyError.
TeSSLa's Option[T] translates to
Option[LazyError[T]]. TeSSLa's Stream[T] translates to
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option[LazyError[T]] }}}
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Type.ComposedType }}} Int is
ComposedType("Int", Seq())
and ListType[T] is
ComposedType("List", Seq(T))
.
Not all types are represented as a ComposedType. TeSSLa's Option is represented by an object with members #isSome and #getSome.
A Map is translated into a list of objects with members #k and #v.
Another special type is called LazyError and like an option is represented by an object with members #isError and #get. It either indicates an error or represents a value. In Tessla Options can contain an error value, a lifted expression may evalute to an error and a stream may contain both events with value errror or places where the stream itself contains an error, so that it is indeterminate whether the stream has an event or not.
This occurrence is represented with LazyError.
TeSSLa's Option[T] translates to
Option[LazyError[T]]. TeSSLa's Stream[T] translates to
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option[LazyError[T]] }}}
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
ComposedType("List", Seq(T)) }}}
Not all types are represented as a ComposedType. TeSSLa's Option is represented by an object with members #isSome and #getSome.
A Map is translated into a list of objects with members #k and #v.
Another special type is called LazyError and like an option is represented by an object with members #isError and #get. It either indicates an error or represents a value. In Tessla Options can contain an error value, a lifted expression may evalute to an error and a stream may contain both events with value errror or places where the stream itself contains an error, so that it is indeterminate whether the stream has an event or not.
This occurrence is represented with LazyError.
TeSSLa's Option[T] translates to
Option[LazyError[T]]. TeSSLa's Stream[T] translates to
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option[LazyError[T]] }}}
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
ComposedType("Int", Seq()) }}}
Not all types are represented as a ComposedType. TeSSLa's Option is represented by an object with members #isSome and #getSome.
A Map is translated into a list of objects with members #k and #v.
Another special type is called LazyError and like an option is represented by an object with members #isError and #get. It either indicates an error or represents a value. In Tessla Options can contain an error value, a lifted expression may evalute to an error and a stream may contain both events with value errror or places where the stream itself contains an error, so that it is indeterminate whether the stream has an event or not.
This occurrence is represented with LazyError.
TeSSLa's Option[T] translates to
Option[LazyError[T]]. TeSSLa's Stream[T] translates to
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option[LazyError[T]] }}}
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Type }}}
Two basic types beside the base class of the type hierarchy are ComposedType and ObjectType.
Type.ComposedType
is a built-in type with a name and a list of type arguments. For example Int is
ComposedType("Int", Seq())
and ListType[T] is
ComposedType("List", Seq(T))
.
Not all types are represented as a ComposedType. TeSSLa's Option is represented by an object with members #isSome and #getSome.
A Map is translated into a list of objects with members #k and #v.
Another special type is called LazyError and like an option is represented by an object with members #isError and #get. It either indicates an error or represents a value. In Tessla Options can contain an error value, a lifted expression may evalute to an error and a stream may contain both events with value errror or places where the stream itself contains an error, so that it is indeterminate whether the stream has an event or not.
This occurrence is represented with LazyError.
TeSSLa's Option[T] translates to
Option[LazyError[T]]. TeSSLa's Stream[T] translates to
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option[LazyError[T]] }}}
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
ComposedType("List", Seq(T)) }}}
Not all types are represented as a ComposedType. TeSSLa's Option is represented by an object with members #isSome and #getSome.
A Map is translated into a list of objects with members #k and #v.
Another special type is called LazyError and like an option is represented by an object with members #isError and #get. It either indicates an error or represents a value. In Tessla Options can contain an error value, a lifted expression may evalute to an error and a stream may contain both events with value errror or places where the stream itself contains an error, so that it is indeterminate whether the stream has an event or not.
This occurrence is represented with LazyError.
TeSSLa's Option[T] translates to
Option[LazyError[T]]. TeSSLa's Stream[T] translates to
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option[LazyError[T]] }}}
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
ComposedType("Int", Seq()) }}}
Not all types are represented as a ComposedType. TeSSLa's Option is represented by an object with members #isSome and #getSome.
A Map is translated into a list of objects with members #k and #v.
Another special type is called LazyError and like an option is represented by an object with members #isError and #get. It either indicates an error or represents a value. In Tessla Options can contain an error value, a lifted expression may evalute to an error and a stream may contain both events with value errror or places where the stream itself contains an error, so that it is indeterminate whether the stream has an event or not.
This occurrence is represented with LazyError.
TeSSLa's Option[T] translates to
Option[LazyError[T]]. TeSSLa's Stream[T] translates to
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option[LazyError[T]] }}}
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Type.ComposedType }}} Int is
ComposedType("Int", Seq())
and ListType[T] is
ComposedType("List", Seq(T))
.
Not all types are represented as a ComposedType. TeSSLa's Option is represented by an object with members #isSome and #getSome.
A Map is translated into a list of objects with members #k and #v.
Another special type is called LazyError and like an option is represented by an object with members #isError and #get. It either indicates an error or represents a value. In Tessla Options can contain an error value, a lifted expression may evalute to an error and a stream may contain both events with value errror or places where the stream itself contains an error, so that it is indeterminate whether the stream has an event or not.
This occurrence is represented with LazyError.
TeSSLa's Option[T] translates to
Option[LazyError[T]]. TeSSLa's Stream[T] translates to
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option[LazyError[T]] }}}
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
ComposedType("List", Seq(T)) }}}
Not all types are represented as a ComposedType. TeSSLa's Option is represented by an object with members #isSome and #getSome.
A Map is translated into a list of objects with members #k and #v.
Another special type is called LazyError and like an option is represented by an object with members #isError and #get. It either indicates an error or represents a value. In Tessla Options can contain an error value, a lifted expression may evalute to an error and a stream may contain both events with value errror or places where the stream itself contains an error, so that it is indeterminate whether the stream has an event or not.
This occurrence is represented with LazyError.
TeSSLa's Option[T] translates to
Option[LazyError[T]]. TeSSLa's Stream[T] translates to
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option[LazyError[T]] }}}
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
ComposedType("Int", Seq()) }}}
Not all types are represented as a ComposedType. TeSSLa's Option is represented by an object with members #isSome and #getSome.
A Map is translated into a list of objects with members #k and #v.
Another special type is called LazyError and like an option is represented by an object with members #isError and #get. It either indicates an error or represents a value. In Tessla Options can contain an error value, a lifted expression may evalute to an error and a stream may contain both events with value errror or places where the stream itself contains an error, so that it is indeterminate whether the stream has an event or not.
This occurrence is represented with LazyError.
TeSSLa's Option[T] translates to
Option[LazyError[T]]. TeSSLa's Stream[T] translates to
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option[LazyError[T]] }}}
LazyError[Option[LazyError[T]]].
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyError[Option[LazyError[T]]] }}}
Every expression of type T in a lifted functions is translated into LazyError[T].
This module provides simple accessors for special types, which can be used for matching. These accessors may be Int, Float, String, Bool, instead of the full
ComposedType("Int", Seq())
and following,
Option(inner)and
LazyErr(inner)
instead of manually matching the objects members,
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
LazyErr(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(inner) }}}
Map(key, value), and also LazyOpt (for
Option(LazyErr(inner))) and also Stream(inner).
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Option(LazyErr(inner)) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
Map(key, value) }}}
The method
Type.fromTessla
for automatically translating TeSSLa types to ExampleGen ones.
Type.fromTessla }}}
- Alphabetic
- By Inheritance
- Type
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- class Composed1 extends TypeMatcher[Type]
- case class ComposedType(name: String, tyargs: Seq[Type]) extends Type with Product with Serializable
- case class Function(args: Seq[Type], ret: Type) extends Type with Product with Serializable
- class InferenceFailed extends Exception
- case class Object(members: SortedMap[String, Type]) extends Type with TypeMatcher[SortedMap[String, Type]] with Product with Serializable
- trait TypeMatcher[A] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Bool: ComposedType
- val Float: ComposedType
- val Get: String
- val GetSome: String
- val Int: ComposedType
- val IsError: String
- val IsSome: String
- val ListType: Composed1
- val SetType: Composed1
- val String: ComposedType
- val Unit: Object
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fromTessla(ty: tessla.TesslaCore.Type): Type
Set to true for printing the types.
Set to true for printing the types. This is nice for debugging.
- def fromTessla(value: ValueOrError): Type
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkFunction(args: Type*)(ret: Type): Function
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object AccessUnknown extends Exception
- object LazyErr extends Composed1
- object LazyOpt extends TypeMatcher[Type]
- object MapType extends TypeMatcher[(Type, Type)]
- object OptionType extends Composed1
- object Stream extends TypeMatcher[Type]
- object Unknown extends Type with Product with Serializable