Uses of Class
org.mantoux.delta.Op
-
Uses of Op in org.mantoux.delta
Methods in org.mantoux.delta that return OpModifier and TypeMethodDescriptionOp.copy()static OpOp.delete(int length) OpDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) static Opstatic OpOp.insert(Object arg, AttributeMap attributes) Delta.Iterator.next()Delta.Iterator.next(int length) Delta.Iterator.peek()static OpOp.retain(int length) static OpOp.retain(int length, AttributeMap attributes) Methods in org.mantoux.delta that return types with arguments of type OpMethods in org.mantoux.delta with parameters of type OpMethod parameters in org.mantoux.delta with type arguments of type OpModifier and TypeMethodDescription<T> List<T> <T> TDelta.reduce(T initialValue, BiFunction<T, Op, T> accumulator) Constructor parameters in org.mantoux.delta with type arguments of type Op