object ShowAsTable extends ShowAsTableDerivation with LowPriorityShowAsTable0
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShowAsTable
- LowPriorityShowAsTable0
- LowPriorityShowAsTable1
- ShowAsTableDerivation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Field[A] extends ShowAsTable[A]
-
type
Typeclass[T] = ShowAsTable[T]
- Definition Classes
- ShowAsTableDerivation
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
- def Field[A](implicit ev: Field[A]): ev.type
- def apply[A](implicit ev: ShowAsTable[A]): ev.type
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
implicit macro
def
autoDerive[T]: ShowAsTable[T]
- Definition Classes
- ShowAsTableDerivation
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def field[A](f: (A) ⇒ String): Field[A]
- def fieldToString[A]: Field[A]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
join[T](ctx: CaseClass[ShowAsTable, T]): ShowAsTable[T]
- Definition Classes
- ShowAsTableDerivation
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
implicit
val
showBigDecimal: Field[BigDecimal]
- Definition Classes
- LowPriorityShowAsTable0
-
implicit
val
showBigInt: Field[BigInt]
- Definition Classes
- LowPriorityShowAsTable0
-
implicit
val
showBoolean: Field[Boolean]
- Definition Classes
- LowPriorityShowAsTable0
-
implicit
val
showDouble: Field[Double]
- Definition Classes
- LowPriorityShowAsTable0
-
implicit
def
showFieldIterable[Col[x] <: Iterable[x], A](implicit arg0: Field[A]): Field[Col[A]]
- Definition Classes
- LowPriorityShowAsTable0
-
implicit
def
showFieldMap[A](implicit arg0: Field[A]): Field[Map[String, A]]
- Definition Classes
- LowPriorityShowAsTable0
-
implicit
def
showFieldOption[A](implicit arg0: Field[A]): Field[Option[A]]
- Definition Classes
- LowPriorityShowAsTable0
-
implicit
val
showInt: Field[Int]
- Definition Classes
- LowPriorityShowAsTable0
-
implicit
def
showIterable[Col[x] <: Iterable[x], A](implicit arg0: ShowAsTable[A]): ShowAsTable[Col[A]]
- Definition Classes
- LowPriorityShowAsTable1
-
implicit
val
showLocalDate: Field[LocalDate]
- Definition Classes
- LowPriorityShowAsTable0
-
implicit
val
showLocalDateTime: Field[LocalDateTime]
- Definition Classes
- LowPriorityShowAsTable0
-
implicit
val
showLong: Field[Long]
- Definition Classes
- LowPriorityShowAsTable0
-
implicit
def
showMap[A](implicit arg0: ShowAsTable[A]): ShowAsTable[Map[String, A]]
- Definition Classes
- LowPriorityShowAsTable1
-
implicit
def
showOption[A](implicit arg0: ShowAsTable[A]): ShowAsTable[Option[A]]
- Definition Classes
- LowPriorityShowAsTable1
-
implicit
val
showString: Field[String]
- Definition Classes
- LowPriorityShowAsTable0
-
implicit
val
showUUID: Field[UUID]
- Definition Classes
- LowPriorityShowAsTable0
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()