|
|
@ -95,7 +95,7 @@ export interface _base { |
|
|
|
|
|
|
|
|
|
|
|
backFind: (obj: any, predicate: Function, context?: any) => any; |
|
|
|
backFind: (obj: any, predicate: Function, context?: any) => any; |
|
|
|
|
|
|
|
|
|
|
|
remove: (obj: any, predicate: Function, context?: any) => void; |
|
|
|
remove: (obj: any, predicate: any, context?: any) => void; |
|
|
|
|
|
|
|
|
|
|
|
removeAt: (obj: any, index: number|number[]) => void; |
|
|
|
removeAt: (obj: any, index: number|number[]) => void; |
|
|
|
|
|
|
|
|
|
|
|