Styles Any in Red
.
Styles Any in Red
.
which will be styled
Prints an object to out using its toString method.
Prints an object to out using its toString method.
the object to print; may be null
the style for the object to be printed in
Write to the err
stream in AnsiStyle.Red
.
Write to the err
stream in AnsiStyle.Red
.
which will be written to the stream
Prints out an object to the default output, followed by a newline character.
Prints out an object to the default output, followed by a newline character.
the object to print
the style for the object to be printed in
Styled an object in a given style.
Styled an object in a given style. Involves deep (already existing styles will be preserved) styling.
styled("green" + "yellow".yellow + "green")(Green) // yellow is preserved
the object to print
the style for the object to be printed in
the styled object as String
Contains deep (already existing styles will be preserved) styling methods.