org.w3.banana

Command

object Command

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Command
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def DELETE[Rdf <: RDF](uri: Command.DELETE.Rdf.URI)(implicit ops: RDFOps[Rdf]): Free[[+x]Command[Rdf, x], Unit]

  7. def GET[Rdf <: RDF](hyperlinks: Iterable[Command.GET.Rdf.URI])(implicit ops: RDFOps[Rdf]): Free[[+x]Command[Rdf, x], Set[LinkedDataResource[Rdf]]]

  8. def GET[Rdf <: RDF](hyperlink: Command.GET.Rdf.URI)(implicit ops: RDFOps[Rdf]): Free[[+x]Command[Rdf, x], LinkedDataResource[Rdf]]

  9. def PATCH[Rdf <: RDF](uri: Command.PATCH.Rdf.URI, tripleMatches: Iterable[(Command.PATCH.Rdf.NodeMatch, Command.PATCH.Rdf.NodeMatch, Command.PATCH.Rdf.NodeMatch)])(implicit ops: RDFOps[Rdf]): Free[[+x]Command[Rdf, x], Unit]

  10. def POST[Rdf <: RDF](uri: Command.POST.Rdf.URI, pointed: PointedGraph[Rdf])(implicit ops: RDFOps[Rdf]): Free[[+x]Command[Rdf, x], Unit]

  11. def POSTToCollection[Rdf <: RDF](collection: Command.POSTToCollection.Rdf.URI, pointed: PointedGraph[Rdf])(implicit ops: RDFOps[Rdf]): Free[[+x]Command[Rdf, x], Command.POSTToCollection.Rdf.URI]

  12. def PUT[Rdf <: RDF](ldr: LinkedDataResource[Rdf])(implicit ops: RDFOps[Rdf]): Free[[+x]Command[Rdf, x], Unit]

  13. def append[Rdf <: RDF](uri: Command.append.Rdf.URI, triples: Iterable[Command.append.Rdf.Triple]): Free[[+x]Command[Rdf, x], Unit]

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def ask[Rdf <: RDF](query: Command.ask.Rdf.AskQuery, bindings: Map[String, Command.ask.Rdf.Node]): Free[[+x]Command[Rdf, x], Boolean]

  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def construct[Rdf <: RDF](query: Command.construct.Rdf.ConstructQuery, bindings: Map[String, Command.construct.Rdf.Node]): Free[[+x]Command[Rdf, x], Command.construct.Rdf.Graph]

  18. def create[Rdf <: RDF](uri: Command.create.Rdf.URI): Free[[+x]Command[Rdf, x], Unit]

  19. def delete[Rdf <: RDF](uri: Command.delete.Rdf.URI): Free[[+x]Command[Rdf, x], Unit]

  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def get[Rdf <: RDF](uri: Command.get.Rdf.URI): Free[[+x]Command[Rdf, x], Command.get.Rdf.Graph]

  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. implicit def ldcFunctor[Rdf <: RDF]: Functor[[+x]Command[Rdf, x]]

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def patch[Rdf <: RDF](uri: Command.patch.Rdf.URI, deleteTripleMatches: Iterable[(Command.patch.Rdf.NodeMatch, Command.patch.Rdf.NodeMatch, Command.patch.Rdf.NodeMatch)], insertTriples: Iterable[Command.patch.Rdf.Triple]): Free[[+x]Command[Rdf, x], Unit]

  32. def remove[Rdf <: RDF](uri: Command.remove.Rdf.URI, tripleMatches: Iterable[(Command.remove.Rdf.NodeMatch, Command.remove.Rdf.NodeMatch, Command.remove.Rdf.NodeMatch)]): Free[[+x]Command[Rdf, x], Unit]

  33. def resolveAgainst[Rdf <: RDF](nodeMatch: Command.resolveAgainst.Rdf.NodeMatch, docUri: Command.resolveAgainst.Rdf.URI)(implicit ops: RDFOps[Rdf]): Command.resolveAgainst.Rdf.NodeMatch

  34. def select[Rdf <: RDF](query: Command.select.Rdf.SelectQuery, bindings: Map[String, Command.select.Rdf.Node]): Free[[+x]Command[Rdf, x], Command.select.Rdf.Solutions]

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def update[Rdf <: RDF](query: Command.update.Rdf.UpdateQuery, bindings: Map[String, Command.update.Rdf.Node]): Free[[+x]Command[Rdf, x], Unit]

  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped