NeedsAttributes

org.finos.morphir.ir.NeedsAttributes
See theNeedsAttributes companion object
sealed abstract class NeedsAttributes[+A] extends Serializable

A value of type NeedAttributes[A] provides implicit evidence that a node with attributes type A needs attribute values, that is, that A is not equal to Any.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object NeedsAttributes.type
In this article