LowPriorityShowAsTable1

class Object
trait Matchable
class Any

Implicits

Implicits

implicit def showIterable[Col <: (Iterable), A : ShowAsTable]: ShowAsTable[Col[A]]
implicit def showMap[A : ShowAsTable]: ShowAsTable[Map[String, A]]
implicit def showOption[A : ShowAsTable]: ShowAsTable[Option[A]]