1Attean::API::Result(3)User Contributed Perl DocumentationAttean::API::Result(3)
2
3
4
6 Attean::API::Result - Role representing a set of variable bindings
7
9 This document describes Attean::API::Result version 0.022
10
12 use v5.14;
13 use Attean;
14
16 This is a Moo role representing quad patterns.
17
19 This role consumes Attean::API::Binding.
20
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
32 Please report any bugs or feature requests to through the GitHub web
33 interface at <https://github.com/kasei/attean/issues>.
34
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.28.1 2019-03-21 Attean::API::Result(3)