Tutorial by Topics: equivalents

Kotlin provides many extension methods on collections and iterables for applying functional-style operations. A dedicated Sequence type allows for lazy composition of several such operations. About laziness If you want to lazy process a chain, you can convert to a Sequence using asSequence(...
Not everything in AngularJS has a KnockoutJS equivalent (for example ngCloack, or ngSrc). There are two main solutions typically available: Use the generic attr or event binding instead. Similar to custom directives in AngularJS, you can write your own custom binding handler if you need someth...

Page 1 of 1