Interface Left1.Builder1

Enclosing class:
Left1

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

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

    • left

      Left1.Builder2 left(@Nonnull Left1 left)
      Set the left of this Left1 instance.
      Parameters:
      left - The left of this Left1
      Returns:
      The Left1 builder.