Output

cue4s.Output
See theOutput companion object
trait Output

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DarkVoid
class Delegate
object StdOut
trait PlatformStd
object Std

Members list

Value members

Abstract methods

def logLn[A : AsString](a: A): Unit
def out[A : AsString](a: A): Unit

Concrete methods

Extension method from cue4s
def outLn[A : AsString](a: A): Unit
Extension method from cue4s