{"id":18024078,"url":"https://github.com/thomasnield/rxkotlin-extras","last_synced_at":"2025-03-27T00:30:49.268Z","repository":{"id":148076082,"uuid":"58948010","full_name":"thomasnield/rxkotlin-extras","owner":"thomasnield","description":"Kotlin Extensions to the rxjava-extras library","archived":false,"fork":false,"pushed_at":"2017-03-14T16:38:20.000Z","size":13,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T18:11:19.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thomasnield.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-16T16:23:07.000Z","updated_at":"2020-10-28T19:44:17.000Z","dependencies_parsed_at":"2023-05-19T02:00:34.573Z","dependency_job_id":null,"html_url":"https://github.com/thomasnield/rxkotlin-extras","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasnield%2Frxkotlin-extras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasnield%2Frxkotlin-extras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasnield%2Frxkotlin-extras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasnield%2Frxkotlin-extras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasnield","download_url":"https://codeload.github.com/thomasnield/rxkotlin-extras/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245760577,"owners_count":20667886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T07:11:51.008Z","updated_at":"2025-03-27T00:30:49.262Z","avatar_url":"https://github.com/thomasnield.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rxkotlin-extras\nKotlin Extensions to the [rxjava-extras](https://github.com/davidmoten/rxjava-extras) library.\n\nThis is in early development and any help is appreciated! The goal is take David Moten's excellent operators for RxJava and make them extensions onto the `Observable.`\n\n\n**Quick Example:**\n\n```kotlin\nval source = Observable.just(\"Alpha\",\"Beta\",\"Gamma\", \"Delta\", \"Epsilon\")\n\nsource.toListWhile { list,t -\u003e list.isEmpty() || list[0].length == t.length }\n        .subscribe { println(it) }\n```\n\n**OUTPUT**\n```\n[Alpha]\n[Beta]\n[Gamma, Delta]\n[Epsilon]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasnield%2Frxkotlin-extras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasnield%2Frxkotlin-extras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasnield%2Frxkotlin-extras/lists"}