Interface Left.Builder2

Enclosing class:
Left

public static interface Left.Builder2
Builder helper class.
  • Method Summary

    Modifier and Type
    Method
    Description
    right(Right right)
    Set the right of this Left instance.
  • Method Details

    • right

      Left.Builder3 right(@Nonnull Right right)
      Set the right of this Left instance.
      Parameters:
      right - The right of this Left
      Returns:
      The Left builder.