Package io.livekit.server.retrofit
Class TransformCallKt
-
- All Implemented Interfaces:
public final class TransformCallKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any, R extends Any> Call<R>withTransform(Call<T> $self, Function1<T, R> transform)Inline operator to transform a call's response -
-
Method Detail
-
withTransform
final static <T extends Any, R extends Any> Call<R> withTransform(Call<T> $self, Function1<T, R> transform)
Inline operator to transform a call's response
-
-
-
-