Interface Filter.Builder1

Enclosing class:
Filter

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

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

    • left

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