From 9b2a4b8646f2baea660add10c18b191358bc60bf Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 16 Sep 2014 10:17:45 -0400 Subject: Add version 1.0 site. --- .../sangria/lazy/LazyBindingVisitor.html | 251 +++++++++++++++++++++ 1 file changed, 251 insertions(+) create mode 100644 1.0/sangria-lazy/apidocs/com/tavianator/sangria/lazy/LazyBindingVisitor.html (limited to '1.0/sangria-lazy/apidocs/com/tavianator/sangria/lazy/LazyBindingVisitor.html') diff --git a/1.0/sangria-lazy/apidocs/com/tavianator/sangria/lazy/LazyBindingVisitor.html b/1.0/sangria-lazy/apidocs/com/tavianator/sangria/lazy/LazyBindingVisitor.html new file mode 100644 index 0000000..4983db1 --- /dev/null +++ b/1.0/sangria-lazy/apidocs/com/tavianator/sangria/lazy/LazyBindingVisitor.html @@ -0,0 +1,251 @@ + + + + + + +LazyBindingVisitor (Sangria Lazy 1.2-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
com.tavianator.sangria.lazy
+

Interface LazyBindingVisitor<T,V>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    BindingTargetVisitor<T,V>
    +
    +
    +
    +
    public interface LazyBindingVisitor<T,V>
    +extends BindingTargetVisitor<T,V>
    +
    Visitor interface for the lazy binding SPI.
    +
    +
    Since:
    +
    1.2
    +
    Version:
    +
    1.2
    +
    Author:
    +
    Tavian Barnes (tavianator@tavianator.com)
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        visit

        +
        V visit(LazyBinding<? extends T> binding)
        +
        Visit a LazyBinding.
        +
        +
        Parameters:
        +
        binding - The binding to visit.
        +
        Returns:
        +
        A value of type V.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2014. All rights reserved.

+ + -- cgit v1.2.3