{"id":17969192,"url":"https://github.com/babedev/thisthenthat","last_synced_at":"2025-10-25T11:20:26.349Z","repository":{"id":148122369,"uuid":"124214306","full_name":"babedev/ThisThenThat","owner":"babedev","description":"Control code flow more easier","archived":false,"fork":false,"pushed_at":"2018-03-08T09:24:02.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T09:41:33.436Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/babedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-03-07T09:47:38.000Z","updated_at":"2018-03-07T09:49:52.000Z","dependencies_parsed_at":"2023-05-19T05:00:14.353Z","dependency_job_id":null,"html_url":"https://github.com/babedev/ThisThenThat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babedev%2FThisThenThat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babedev%2FThisThenThat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babedev%2FThisThenThat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babedev%2FThisThenThat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babedev","download_url":"https://codeload.github.com/babedev/ThisThenThat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247085976,"owners_count":20881158,"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-29T14:42:32.531Z","updated_at":"2025-10-25T11:20:21.313Z","avatar_url":"https://github.com/babedev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://jitpack.io/v/babedev/thisthenthat.svg)](https://jitpack.io/#babedev/thisthenthat)\n\n# ThisThenThat\nControl Kotlin code flow more easier\n\n## Installation\n\n#### Gradle\n```Gradle\nallprojects {\n   repositories {\n      ...\n      maven { url \"https://jitpack.io\" }\n   }\n}\n\ndependencies {\n   implementation 'com.github.babedev:thisthenthat:0.1.0'\n}\n```\n\n## Usage\n\nCheck single string is not empty\n\n```Kotlin\nval greetMessage = someWhere()\n\ngreetMessage.isNotEmpty {\n    print(it)\n}\n```\n\nCheck multiple strings are not empty\n\n```Kotlin\nval greet = \"greet\"\nval message = \"message\"\n\n(greet and message).isNotEmpty {\n    it.forEach { print(it) }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabedev%2Fthisthenthat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabedev%2Fthisthenthat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabedev%2Fthisthenthat/lists"}