BackendSettingsModifications

svsim.BackendSettingsModifications
See theBackendSettingsModifications companion object

Type class to modify backend comopilation settings

Attributes

Companion
object
Source
Backend.scala
Graph
Supertypes
trait Settings => Settings
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def andThen[A](g: Settings => A): Settings => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Settings): A => Settings

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Inherited and Abstract methods

def apply(v1: Settings): Settings

Attributes

Inherited from:
Function1