Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
Shared
/
com.erfangholami.androidsolidservices.shared.model.resource
/
RDFResource
/
findPropertyForSubject
find
Property
For
Subject
fun
findPropertyForSubject
(
subject
:
String
,
predicate
:
String
)
:
String
?
Returns the object value of the first triple matching
subject
and
predicate
, or
null
.