1Attean::API::Result(3)User Contributed Perl DocumentationAttean::API::Result(3)
2
3
4

NAME

6       Attean::API::Result - Role representing a set of variable bindings
7

VERSION

9       This document describes Attean::API::Result version 0.025
10

SYNOPSIS

12         use v5.14;
13         use Attean;
14

DESCRIPTION

16       This is a Moo role representing quad patterns.
17

ROLES

19       This role consumes Attean::API::Binding.
20

METHODS

22       "join( $result )"
23           Returns the combined variable binding set if the referent and
24           $result are compatible (as defined by the SPARQL semantics), or
25           "undef" otherwise.
26
27       "apply_map( $mapper )"
28           Returns a new variable binding set object with all terms mapped
29           through the given Attean::Mapper object $mapper.
30

BUGS

32       Please report any bugs or feature requests to through the GitHub web
33       interface at <https://github.com/kasei/attean/issues>.
34

SEE ALSO

AUTHOR

37       Gregory Todd Williams  "<gwilliams@cpan.org>"
38
40       Copyright (c) 2014--2019 Gregory Todd Williams.  This program is free
41       software; you can redistribute it and/or modify it under the same terms
42       as Perl itself.
43
44
45
46perl v5.30.1                      2020-01-29            Attean::API::Result(3)
Impressum