Delay

dotty.tools.dotc.printing.Formatting.Delay
abstract class Delay[T]

Essentially, a function Context => T, which can be created with delay

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(c: Context): T