Class UnorderedSelect.Mapper.SubjectScopedMapper
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.UnorderedSelect.Mapper.SubjectScopedMapper
-
- All Implemented Interfaces:
BiFunction<Statement,Resource[],ValidationTuple>
- Enclosing class:
- UnorderedSelect.Mapper
public static class UnorderedSelect.Mapper.SubjectScopedMapper extends Object implements BiFunction<Statement,Resource[],ValidationTuple>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationTuple
apply(Statement s, Resource[] dataGraph)
boolean
equals(Object obj)
static UnorderedSelect.Mapper.SubjectScopedMapper
getFunction(ConstraintComponent.Scope scope)
int
hashCode()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
public ValidationTuple apply(Statement s, Resource[] dataGraph)
- Specified by:
apply
in interfaceBiFunction<Statement,Resource[],ValidationTuple>
-
getFunction
public static UnorderedSelect.Mapper.SubjectScopedMapper getFunction(ConstraintComponent.Scope scope)
-
-