Show2Extensions

ostrat.Show2Extensions
class Show2Extensions[A1, A2, -A](ev: Show2[A1, A2, A], thisVal: A)

Extension methods for Show2 type class instances.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def show2(way: ShowStyle, way1: ShowStyle, places1: Int, way2: ShowStyle, places2: Int): String

Intended to be a multiple parameter comprehensive Show method. Intended to be paralleled by showT method on Show type class instances.

Intended to be a multiple parameter comprehensive Show method. Intended to be paralleled by showT method on Show type class instances.

Attributes