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](using F: Show[F]): Show[F]
def show[A](f: A => String): Show[A]
def showFromToString[A]: Show[A]

Givens

Givens

given given_Show_Int: Show[Int]