SimpleSuspendableMapperImpl

constructor(t1: suspend (T2) -> T1, t2: suspend (T1) -> T2)(source)

Parameters

t1

Suspending function to convert from T2 to T1

t2

Suspending function to convert from T1 to T2

Type Parameters

T1

The first type

T2

The second type