StreamPack
Toggle table of contents
3.0.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.data
/
useAndUnwrap
use
And
Unwrap
inline
fun
<
T
>
FrameWithCloseable
.
useAndUnwrap
(
block
:
(
Frame
)
->
T
)
:
<Error class: unknown class>
Uses the resource and unwraps the
Frame
to pass it to the given block.