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