
com.avos.avoscloud.ops.CollectionAddOp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leancloud-common Show documentation
Show all versions of leancloud-common Show documentation
leancloud java sdk common library
The newest version!
package com.avos.avoscloud.ops;
import java.util.Collection;
import java.util.LinkedList;
import java.util.List;
/**
* Created by lbt05 on 5/28/15.
*/
public abstract class CollectionAddOp extends CollectionOp {
public CollectionAddOp() {
super();
}
public CollectionAddOp(String key, OpType type) {
super(key, type);
}
@Override
public Object apply(Object oldValue) {
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy