From 278bfc319cc905bdf150af814bb3461896b68444 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 25 Oct 2015 13:35:25 -0400 Subject: Add version 1.3.1 site. --- .../sangria/lazy/LazyBindingVisitor.html | 253 +++++++++++++++++++++ 1 file changed, 253 insertions(+) create mode 100644 1.3.1/apidocs/com/tavianator/sangria/lazy/LazyBindingVisitor.html (limited to '1.3.1/apidocs/com/tavianator/sangria/lazy/LazyBindingVisitor.html') diff --git a/1.3.1/apidocs/com/tavianator/sangria/lazy/LazyBindingVisitor.html b/1.3.1/apidocs/com/tavianator/sangria/lazy/LazyBindingVisitor.html new file mode 100644 index 0000000..f94a2d3 --- /dev/null +++ b/1.3.1/apidocs/com/tavianator/sangria/lazy/LazyBindingVisitor.html @@ -0,0 +1,253 @@ + + + + + + +LazyBindingVisitor (Sangria 1.3.1 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–2015. All rights reserved.

+ + -- cgit v1.2.3