Skip to main content

RxBinderGroupUtils

Rx utility methods involving BinderGroup API surface

Functions

observeBinders

RxBinderGroupUtils.observeBinders(binderGroupBinderGroup<T>) → Observable<Binder<T>>

Observes all binders in a binder group

observeAllClassesBrio

RxBinderGroupUtils.observeAllClassesBrio(binderGroupBinderGroup<T>) → Observable<Brio<T>>

Observes all classes in a given binder group.

Show raw api
{
    "functions": [
        {
            "name": "observeBinders",
            "desc": "Observes all binders in a binder group",
            "params": [
                {
                    "name": "binderGroup",
                    "desc": "",
                    "lua_type": "BinderGroup<T>"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<Binder<T>>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 20,
                "path": "src/rxbinderutils/src/Shared/RxBinderGroupUtils.lua"
            }
        },
        {
            "name": "observeAllClassesBrio",
            "desc": "Observes all classes in a given binder group.",
            "params": [
                {
                    "name": "binderGroup",
                    "desc": "",
                    "lua_type": "BinderGroup<T>"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<Brio<T>>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 44,
                "path": "src/rxbinderutils/src/Shared/RxBinderGroupUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "RxBinderGroupUtils",
    "desc": "Rx utility methods involving [BinderGroup] API surface",
    "source": {
        "line": 5,
        "path": "src/rxbinderutils/src/Shared/RxBinderGroupUtils.lua"
    }
}