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()OpOpList. removeLast()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)
-