WNodeKind

sealed abstract class WNodeKind
Companion:
object
class Object
trait Matchable
class Any
object GeoCoodrinatesKind.type
object GeoShapeKind.type
object IriKind.type
object LiteralKind.type
object MediaKind.type
object NoValueKind.type
object QuantityKind.type
object SomeValueKind.type
object StringKind.type
object TimeKind.type
object ValueKind.type

Value members

Concrete methods

def matchSnak(snak: Snak): Either[Reason, Unit]
def matchValue(value: Value): Either[Reason, Unit]