Class BambooBinaryOperators


  • public final class BambooBinaryOperators
    extends Object
    • Method Detail

      • 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.