Searched refs:toConsumer (Results 1 – 3 of 3) sorted by relevance
33 val testSubject = ScopedAppTargetListCallback(scope) { counter++ }.toConsumer() in test_consumerInvocations_onlyInvokedWhileScopeIsActive()65 val testSubject = ScopedAppTargetListCallback(scope) { counter++ }.toConsumer() in test_createdWithClosedScope_noCallbackInvocations()
53 fun toConsumer(): Consumer<MutableList<AppTarget>?> = in toConsumer() method
119 }).toConsumer() in doCompute()