Class BambooBinaryOperators

java.lang.Object
com.atlassian.bamboo.utils.BambooBinaryOperators

public final class BambooBinaryOperators extends Object
  • Method Details

    • lhsIdentity

      @NotNull public static <T> @NotNull BinaryOperator<T> lhsIdentity()
      Always returns the left hand side argument.
    • rhsIdentity

      @NotNull public static <T> @NotNull BinaryOperator<T> rhsIdentity()
      Always returns the right hand side argument.