from

infix fun <R : Any> Map<FlowSession, UntrustworthyData<Any>>.from(session: FlowSession): R

Extracts data from a [MapFlowSession, UntrustworthyData] without performing checks and casting to R.


infix fun <T : Class<out Any>> T.from(session: FlowSession): <Error class: unknown class><FlowSession, T>

Creates a [Pair(session, Class)] from this Class.


infix fun <T : Any> KClass<T>.from(session: FlowSession): <Error class: unknown class><FlowSession, Class<T>>

Creates a [Pair(session, Class)] from this KClass.