Rval

ostrat.Rval
See theRval companion object
final class Rval(val str: String) extends AnyVal

Helper class for constructing Strings from ShowT implicit instances on objects.

Attributes

Companion
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def -[A](value: A)(implicit ev: Show[A]): Rval

Adds any object' with an implicit instance in scope's String representation to this Rval's String.

Adds any object' with an implicit instance in scope's String representation to this Rval's String.

Attributes

Concrete fields

val str: String