Setting

ostrat.Setting
See theSetting companion object
final class Setting(val str: String) extends AnyVal

Class for creating RSOn settings.

Attributes

Companion
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def ap[A](setting: String, value: A)(implicit ev: Show[A]): Setting

Not sure why this method is called ap.

Not sure why this method is called ap.

Attributes

Concrete fields

val str: String