All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.leancloud.ops.BitOrOperation Maven / Gradle / Ivy

package cn.leancloud.ops;

public class BitOrOperation extends NumericOperation {
  public BitOrOperation(String key, Object value) {
    super("BitOr", key, value);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy