Builder

papyrus.DSL.builders.Builder
trait Builder[T]

Generic builder interface for constructing instances of type T

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def build: T