Interface Right1.Builder1

Enclosing class:
Right1

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

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

    • left

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