loggableTicTacToe

com.phasmidsoftware.gambit.examples.tictactoe.TicTacToe.loggableTicTacToe
object loggableTicTacToe extends Loggable[TicTacToe]

Attributes

Graph
Supertypes
trait Loggable[TicTacToe]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def toLog(t: TicTacToe): String

Generate a compact String without any newlines for t.

Generate a compact String without any newlines for t.

Value parameters

t

the given value to log.

Attributes

Returns

a String without newlines.