Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ab4a7ba

Browse files
readme: update Readme style for note alias (hoc081098#195)
1 parent 05a7edd commit ab4a7ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ dependencies {
174174
to [RxJava buffer](http://reactivex.io/RxJava/3.x/javadoc/io/reactivex/rxjava3/core/Observable.html#buffer-int-int-)
175175

176176
Buffers the source `Flow` values until the size hits the maximum `bufferSize` given.
177+
177178
Note, `chunked` is an alias to `bufferCount`.
178179

179180
```kotlin
@@ -903,6 +904,7 @@ raceWith: 3
903904
Groups pairs of consecutive emissions together and emits them as a pair.
904905
Emits the `(n)th` and `(n-1)th` events as a pair.
905906
The first value won't be emitted until the second one arrives.
907+
906908
Note, `zipWithNext` is an alias to `pairwise`.
907909

908910
```kotlin

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /