Interface Left1.Builder2

Enclosing class:
Left1

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

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

    • right

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