Factory

dotty.tools.scaladoc.tasty.comments.markdown.SnippetRenderingExtension.Factory
object Factory extends NodeRendererFactory

Attributes

Graph
Supertypes
trait NodeRendererFactory
trait Function[DataHolder, NodeRenderer]
class Object
trait Matchable
class Any
Self type
Factory.type

Members list

Value members

Concrete methods

override def apply(options: DataHolder): NodeRenderer

Attributes

Definition Classes
NodeRendererFactory -> Function

Inherited methods

def andThen[V <: <FromJavaObject>](x$0: Function[_ >: NodeRenderer <: <FromJavaObject>, _ <: V]): Function[DataHolder, V]

Attributes

Inherited from:
Function
def compose[V <: <FromJavaObject>](x$0: Function[_ >: V <: <FromJavaObject>, _ <: DataHolder]): Function[V, NodeRenderer]

Attributes

Inherited from:
Function