Interface Right.Builder1

Enclosing class:
Right

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

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

    • left

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