Show

org.specs2.fp.Show$
See theShow companion trait
object Show

Attributes

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

Members list

Value members

Concrete methods

def apply[F](implicit F: Show[F]): Show[F]
def show[A](f: A => String): Show[A]
def showFromToString[A]: Show[A]

Implicits

Implicits

implicit def intShow: Show[Int]