@rimbu/stream
Advanced tools
Comparing version 0.5.4 to 0.5.5
@@ -6,2 +6,3 @@ "use strict"; | ||
var common_1 = require("@rimbu/common"); | ||
var fast_iterable_1 = require("./fast-iterable"); | ||
var internal_1 = require("./internal"); | ||
@@ -515,3 +516,3 @@ function toTuple() { | ||
return PrependIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var PrependStream = /** @class */ (function (_super) { | ||
@@ -568,3 +569,3 @@ tslib_1.__extends(PrependStream, _super); | ||
return AppendIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var AppendStream = /** @class */ (function (_super) { | ||
@@ -619,3 +620,3 @@ tslib_1.__extends(AppendStream, _super); | ||
return IndexedIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var IndexedStream = /** @class */ (function (_super) { | ||
@@ -657,3 +658,3 @@ tslib_1.__extends(IndexedStream, _super); | ||
return MapIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var MapStream = /** @class */ (function (_super) { | ||
@@ -719,3 +720,3 @@ tslib_1.__extends(MapStream, _super); | ||
return MapPureIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var MapPureStream = /** @class */ (function (_super) { | ||
@@ -790,3 +791,3 @@ tslib_1.__extends(MapPureStream, _super); | ||
return FlatMapIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var FlatMapStream = /** @class */ (function (_super) { | ||
@@ -833,3 +834,3 @@ tslib_1.__extends(FlatMapStream, _super); | ||
return ConcatIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var ConcatStream = /** @class */ (function (_super) { | ||
@@ -944,3 +945,3 @@ tslib_1.__extends(ConcatStream, _super); | ||
return FilterIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var FilterStream = /** @class */ (function (_super) { | ||
@@ -996,3 +997,3 @@ tslib_1.__extends(FilterStream, _super); | ||
return FilterPureIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var FilterPureStream = /** @class */ (function (_super) { | ||
@@ -1041,3 +1042,3 @@ tslib_1.__extends(FilterPureStream, _super); | ||
return CollectIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var CollectStream = /** @class */ (function (_super) { | ||
@@ -1078,3 +1079,3 @@ tslib_1.__extends(CollectStream, _super); | ||
return IndicesWhereIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var IndicesWhereStream = /** @class */ (function (_super) { | ||
@@ -1117,3 +1118,3 @@ tslib_1.__extends(IndicesWhereStream, _super); | ||
return IndicesOfIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var IndicesOfStream = /** @class */ (function (_super) { | ||
@@ -1158,3 +1159,3 @@ tslib_1.__extends(IndicesOfStream, _super); | ||
return TakeWhileIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var TakeWhileStream = /** @class */ (function (_super) { | ||
@@ -1197,3 +1198,3 @@ tslib_1.__extends(TakeWhileStream, _super); | ||
return DropWhileIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var DropWhileStream = /** @class */ (function (_super) { | ||
@@ -1227,3 +1228,3 @@ tslib_1.__extends(DropWhileStream, _super); | ||
return TakeIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var TakeStream = /** @class */ (function (_super) { | ||
@@ -1269,3 +1270,3 @@ tslib_1.__extends(TakeStream, _super); | ||
return DropIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var DropStream = /** @class */ (function (_super) { | ||
@@ -1321,3 +1322,3 @@ tslib_1.__extends(DropStream, _super); | ||
return RepeatIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var IntersperseIterator = /** @class */ (function (_super) { | ||
@@ -1363,3 +1364,3 @@ tslib_1.__extends(IntersperseIterator, _super); | ||
return IntersperseIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var ItersperseStream = /** @class */ (function (_super) { | ||
@@ -1404,3 +1405,3 @@ tslib_1.__extends(ItersperseStream, _super); | ||
return SplitWhereIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var SplitWhereStream = /** @class */ (function (_super) { | ||
@@ -1447,3 +1448,3 @@ tslib_1.__extends(SplitWhereStream, _super); | ||
return SplitOnIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var SplitOnStream = /** @class */ (function (_super) { | ||
@@ -1489,3 +1490,3 @@ tslib_1.__extends(SplitOnStream, _super); | ||
return ReduceIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var ReduceStream = /** @class */ (function (_super) { | ||
@@ -1549,3 +1550,3 @@ tslib_1.__extends(ReduceStream, _super); | ||
return ReduceAllIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var ReduceAllStream = /** @class */ (function (_super) { | ||
@@ -1615,3 +1616,3 @@ tslib_1.__extends(ReduceAllStream, _super); | ||
return ZipWithIterator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
var ZipAllWithItererator = /** @class */ (function (_super) { | ||
@@ -1654,3 +1655,3 @@ tslib_1.__extends(ZipAllWithItererator, _super); | ||
return ZipAllWithItererator; | ||
}(internal_1.FastIterator.Base)); | ||
}(fast_iterable_1.FastIterator.Base)); | ||
//# sourceMappingURL=implementation.js.map |
@@ -5,7 +5,7 @@ "use strict"; | ||
var tslib_1 = require("tslib"); | ||
exports.StreamCustom = tslib_1.__importStar(require("./implementation")); | ||
tslib_1.__exportStar(require("./fast-iterable"), exports); | ||
exports.StreamCustom = tslib_1.__importStar(require("./stream-custom")); | ||
tslib_1.__exportStar(require("./interface"), exports); | ||
tslib_1.__exportStar(require("./streamable"), exports); | ||
tslib_1.__exportStar(require("./stream-source"), exports); | ||
tslib_1.__exportStar(require("./streamable"), exports); | ||
//# sourceMappingURL=internal.js.map |
import { CollectFun, Comp, Eq, OptLazy, Reducer, TraverseState, } from '@rimbu/common'; | ||
import { FastIterator, Stream, StreamSource } from './internal'; | ||
import { FastIterator } from './fast-iterable'; | ||
import { Stream, StreamSource } from './internal'; | ||
function toTuple(...values) { | ||
@@ -4,0 +5,0 @@ return values; |
@@ -0,6 +1,6 @@ | ||
export * as StreamCustom from './implementation'; | ||
export * from './fast-iterable'; | ||
export * as StreamCustom from './stream-custom'; | ||
export * from './interface'; | ||
export * from './streamable'; | ||
export * from './stream-source'; | ||
export * from './streamable'; | ||
//# sourceMappingURL=internal.js.map |
import { ArrayNonEmpty, CollectFun, Eq, OptLazy, Reducer, ToJSON, TraverseState } from '@rimbu/common'; | ||
import { FastIterator, Stream, StreamSource } from './internal'; | ||
import { FastIterator } from './fast-iterable'; | ||
import { Stream, StreamSource } from './internal'; | ||
export declare abstract class StreamBase<T> implements Stream<T> { | ||
@@ -4,0 +5,0 @@ abstract [Symbol.iterator](): FastIterator<T>; |
@@ -0,5 +1,5 @@ | ||
export * as StreamCustom from './implementation'; | ||
export * from './fast-iterable'; | ||
export * as StreamCustom from './stream-custom'; | ||
export * from './interface'; | ||
export * from './streamable'; | ||
export * from './stream-source'; | ||
export * from './streamable'; |
{ | ||
"name": "@rimbu/stream", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "Efficient structure representing a sequence of elements, with powerful operations for TypeScript", | ||
@@ -66,4 +66,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@rimbu/base": "^0.5.4", | ||
"@rimbu/common": "^0.5.4" | ||
"@rimbu/base": "^0.5.5", | ||
"@rimbu/common": "^0.5.5" | ||
}, | ||
@@ -73,3 +73,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "eea70adda97c96e78618365c89dceec637b8e5b4" | ||
"gitHead": "70feee6710972a2a6d21e4fb98a3b33485c452d0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
377488
43
6234
Updated@rimbu/base@^0.5.5
Updated@rimbu/common@^0.5.5