com.github.yoshiyoshifujii

cliformatter

package cliformatter

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cliformatter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class CliFormatter(tableDefinitions: TableDefinitions) extends Product with Serializable

  2. case class TableDefinition(name: String, size: Int) extends Product with Serializable

  3. case class TableDefinitions(title: String, list: Seq[TableDefinition]) extends Product with Serializable

Value Members

  1. object CliFormatter extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped