Searched refs:combineUnsafe (Results 1 – 1 of 1) sorted by relevance
119 ): Flow<R> = combineUnsafe(flow, flow2, flow3) { args: Array<*> -> in combine()197 ): Flow<R> = combineUnsafe(flow, flow2, flow3, flow4, flow5) { args: Array<*> -> in combine()258 private inline fun <reified T, R> combineUnsafe( in combineUnsafe() method