Uses of Class
org.mantoux.delta.Op
-
-
Uses of Op in org.mantoux.delta
Methods in org.mantoux.delta that return Op Modifier and Type Method Description OpOp. copy()static OpOp. delete(int length)static OpOp. insert(String arg)static OpOp. insert(String arg, AttributeMap attributes)OpOpList. removeLast()static OpOp. retain(int length)static OpOp. retain(int length, AttributeMap attributes)Methods in org.mantoux.delta that return types with arguments of type Op Modifier and Type Method Description List<Op>[]Delta. partition(java.util.function.Predicate<Op> predicate)Methods in org.mantoux.delta with parameters of type Op Modifier and Type Method Description voidOpList. insertFirst(Op element)DeltaDelta. push(Op newOp)Method parameters in org.mantoux.delta with type arguments of type Op Modifier and Type Method Description OpListDelta. filter(java.util.function.Predicate<Op> predicate)OpListOpList. filter(java.util.function.Predicate<Op> predicate)voidDelta. forEach(java.util.function.Consumer<Op> consumer)<T> List<T>Delta. map(java.util.function.Function<Op,T> mapper)List<Op>[]Delta. partition(java.util.function.Predicate<Op> predicate)<T> TDelta. reduce(T initialValue, java.util.function.BiFunction<T,Op,T> accumulator)Constructor parameters in org.mantoux.delta with type arguments of type Op Constructor Description OpList(List<Op> ops)
-