Flat

kyo.Flat
See theFlat companion trait
object Flat extends FlatImplicits

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
Flat.type

Members list

Type members

Classlikes

sealed trait Checked[T] extends Flat[T]

Attributes

Supertypes
trait Flat[T]
class Object
trait Matchable
class Any
sealed trait Unchecked[T] extends Flat[T]

Attributes

Supertypes
trait Flat[T]
class Object
trait Matchable
class Any
object unsafe

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
unsafe.type

Implicits

Implicits

implicit def unit[S]: Flat[Unit > S]

Inherited implicits

implicit def anyVal[T <: AnyVal]: Flat[T]

Attributes

Inherited from:
FlatImplicits
implicit inline def infer[T]: Flat[T]

Attributes

Inherited from:
FlatImplicits0
implicit def product[T <: Product]: Flat[T]

Attributes

Inherited from:
FlatImplicits1