kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.structures
/
BufferFactory
Buffer
Factory
fun
interface
BufferFactory
<
T
>
(
source
)
Function that produces
Buffer
from its size and function that supplies values.
Parameters
T
the type of buffer.
Inheritors
MutableBufferFactory
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
size
:
Int
,
builder
:
(
Int
)
->
T
)
:
Buffer
<
T
>