source:
trip-planner-front/node_modules/rxjs/_esm2015/internal/operators/findIndex.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 235 bytes |
Line | |
---|---|
1 | import { FindValueOperator } from '../operators/find'; |
2 | export function findIndex(predicate, thisArg) { |
3 | return (source) => source.lift(new FindValueOperator(predicate, source, true, thisArg)); |
4 | } |
5 | //# sourceMappingURL=findIndex.js.map |
Note:
See TracBrowser
for help on using the repository browser.