micro_utils.dokka
0.9.4
android
common
jvm
micro_utils.dokka
/
dev.inmo.micro_utils.matrix
Package
dev.
inmo.
micro_utils.
matrix
Types
Functions
Types
Matrix
Link copied to clipboard
android
common
jvm
typealias
Matrix
<
T
>
=
List
<
Row
<
T
>
>
Content copied to clipboard
typealias
Matrix
<
T
>
=
List
<
Row
<
T
>
>
Content copied to clipboard
typealias
Matrix
<
T
>
=
List
<
Row
<
T
>
>
Content copied to clipboard
Matrix
Builder
Link copied to clipboard
android
common
jvm
class
MatrixBuilder
<
T
>
Content copied to clipboard
class
MatrixBuilder
<
T
>
Content copied to clipboard
class
MatrixBuilder
<
T
>
Content copied to clipboard
Row
Link copied to clipboard
android
common
jvm
typealias
Row
<
T
>
=
List
<
T
>
Content copied to clipboard
typealias
Row
<
T
>
=
List
<
T
>
Content copied to clipboard
typealias
Row
<
T
>
=
List
<
T
>
Content copied to clipboard
Row
Builder
Link copied to clipboard
android
common
jvm
class
RowBuilder
<
T
>
Content copied to clipboard
class
RowBuilder
<
T
>
Content copied to clipboard
class
RowBuilder
<
T
>
Content copied to clipboard
Functions
columns
Link copied to clipboard
android
common
jvm
fun
<
T
>
RowBuilder
<
T
>
.
columns
(
vararg
elements
:
T
)
Content copied to clipboard
fun
<
T
>
RowBuilder
<
T
>
.
columns
(
elements
:
List
<
T
>
)
Content copied to clipboard
fun
<
T
>
RowBuilder
<
T
>
.
columns
(
vararg
elements
:
T
)
Content copied to clipboard
fun
<
T
>
RowBuilder
<
T
>
.
columns
(
elements
:
List
<
T
>
)
Content copied to clipboard
fun
<
T
>
RowBuilder
<
T
>
.
columns
(
vararg
elements
:
T
)
Content copied to clipboard
fun
<
T
>
RowBuilder
<
T
>
.
columns
(
elements
:
List
<
T
>
)
Content copied to clipboard
flat
Matrix
Link copied to clipboard
android
common
jvm
fun
<
T
>
flatMatrix
(
vararg
elements
:
T
)
:
Matrix
<
T
>
Content copied to clipboard
fun
<
T
>
flatMatrix
(
block
:
RowBuilder
<
T
>
.
(
)
->
Unit
)
:
Matrix
<
T
>
Content copied to clipboard
fun
<
T
>
flatMatrix
(
vararg
elements
:
T
)
:
Matrix
<
T
>
Content copied to clipboard
fun
<
T
>
flatMatrix
(
block
:
RowBuilder
<
T
>
.
(
)
->
Unit
)
:
Matrix
<
T
>
Content copied to clipboard
fun
<
T
>
flatMatrix
(
vararg
elements
:
T
)
:
Matrix
<
T
>
Content copied to clipboard
fun
<
T
>
flatMatrix
(
block
:
RowBuilder
<
T
>
.
(
)
->
Unit
)
:
Matrix
<
T
>
Content copied to clipboard
matrix
Link copied to clipboard
android
common
jvm
fun
<
T
>
matrix
(
block
:
MatrixBuilder
<
T
>
.
(
)
->
Unit
)
:
Matrix
<
T
>
Content copied to clipboard
fun
<
T
>
matrix
(
block
:
MatrixBuilder
<
T
>
.
(
)
->
Unit
)
:
Matrix
<
T
>
Content copied to clipboard
fun
<
T
>
matrix
(
block
:
MatrixBuilder
<
T
>
.
(
)
->
Unit
)
:
Matrix
<
T
>
Content copied to clipboard
row
Link copied to clipboard
android
common
jvm
fun
<
T
>
row
(
block
:
RowBuilder
<
T
>
.
(
)
->
Unit
)
:
List
<
T
>
Content copied to clipboard
fun
<
T
>
MatrixBuilder
<
T
>
.
row
(
vararg
elements
:
T
)
:
Boolean
Content copied to clipboard
fun
<
T
>
MatrixBuilder
<
T
>
.
row
(
block
:
RowBuilder
<
T
>
.
(
)
->
Unit
)
:
Boolean
Content copied to clipboard
fun
<
T
>
row
(
block
:
RowBuilder
<
T
>
.
(
)
->
Unit
)
:
List
<
T
>
Content copied to clipboard
fun
<
T
>
MatrixBuilder
<
T
>
.
row
(
vararg
elements
:
T
)
:
Boolean
Content copied to clipboard
fun
<
T
>
MatrixBuilder
<
T
>
.
row
(
block
:
RowBuilder
<
T
>
.
(
)
->
Unit
)
:
Boolean
Content copied to clipboard
fun
<
T
>
row
(
block
:
RowBuilder
<
T
>
.
(
)
->
Unit
)
:
List
<
T
>
Content copied to clipboard
fun
<
T
>
MatrixBuilder
<
T
>
.
row
(
vararg
elements
:
T
)
:
Boolean
Content copied to clipboard
fun
<
T
>
MatrixBuilder
<
T
>
.
row
(
block
:
RowBuilder
<
T
>
.
(
)
->
Unit
)
:
Boolean
Content copied to clipboard