final
class
SolutionW[Rdf <: RDF] extends AnyVal
Instance Constructors
-
new
SolutionW(solution: Rdf.Solution)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (SolutionW[Rdf], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
ensuring(cond: (SolutionW[Rdf]) ⇒ Boolean, msg: ⇒ Any): SolutionW[Rdf]
-
def
ensuring(cond: (SolutionW[Rdf]) ⇒ Boolean): SolutionW[Rdf]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SolutionW[Rdf]
-
def
ensuring(cond: Boolean): SolutionW[Rdf]
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
def
getNode(v: String)(implicit sparqlOps: SparqlOps[Rdf]): Try[Rdf.Node]
-
final
def
isInstanceOf[T0]: Boolean
-
val
solution: Rdf.Solution
-
def
toString(): String
-
def
varnames()(implicit sparqlOps: SparqlOps[Rdf]): Set[String]
-
def
→[B](y: B): (SolutionW[Rdf], B)
Shadowed Implicit Value Members
-
val
self: Any
-
val
self: Any
Inherited from AnyVal
Inherited from NotNull
Inherited from Any
Inherited by implicit conversion any2stringadd from
SolutionW[Rdf] to StringAdd
Inherited by implicit conversion any2stringfmt from
SolutionW[Rdf] to StringFormat
Inherited by implicit conversion any2ArrowAssoc from
SolutionW[Rdf] to ArrowAssoc[SolutionW[Rdf]]
Inherited by implicit conversion any2Ensuring from
SolutionW[Rdf] to Ensuring[SolutionW[Rdf]]