Rename o-value compose
method to transform
This commit is contained in:
parent
cc7fcaf1c9
commit
bbbdf0a194
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ export class ObservableValue extends Observable {
|
|||
/**
|
||||
* @param {(value: any) => any} func
|
||||
*/
|
||||
compose(func) {
|
||||
transform(func) {
|
||||
return new Composition(func, {}, this)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue