Interface Left.Builder1

Enclosing class:
Left

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

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

    • left

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