Searched refs:FlowValueImpl (Results 1 – 1 of 1) sorted by relevance
54 return FlowValueImpl { values.lastOrNull() }75 return FlowValueImpl {86 private class FlowValueImpl<T>(private val block: () -> T) : FlowValue<T> { regex