Interface Left.Builder4

Enclosing class:
Left

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

    Modifier and Type
    Method
    Description
    default Left
    value(String... value)
    Set the value of this Left instance.
    value(List<String> value)
    Set the value of this Left instance.
  • Method Details

    • value

      Left value(@Nonnull List<String> value)
      Set the value of this Left instance.
      Parameters:
      value - The value of this Left
      Returns:
      The Left instance.
    • value

      default Left value(@Nonnull String... value)
      Set the value of this Left instance.
      Parameters:
      value - The value of this Left
      Returns:
      The Left instance.