Class FlowKt
[Register("io/scanbot/sdk/util/FlowKt", DoNotGenerateAcw = true)]
public sealed class FlowKt : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
FlowKt
- Implements
- Inherited Members
Methods
SingleFlow(IFunction1)
[Register("singleFlow", "(Lkotlin/jvm/functions/Function1;)Lkotlinx/coroutines/flow/Flow;", "")]
[JavaTypeParameters(new string[] { "T" })]
public static IFlow SingleFlow(IFunction1 block)
Parameters
block
IFunction1
Returns
- IFlow