arrow-analysis-laws
2.0.2-alpha.6
arrow-analysis-laws
/
arrow.analysis.laws.kotlin
/
SetLaws
Set
Laws
object
SetLaws
Content copied to clipboard
Functions
Functions
empty
Mutable
Set
Of
Law
Link copied to clipboard
inline
fun
<
E
>
emptyMutableSetOfLaw
(
)
:
MutableSet
<
E
>
Content copied to clipboard
empty
Set
Law
Link copied to clipboard
inline
fun
<
E
>
emptySetLaw
(
)
:
Set
<
E
>
Content copied to clipboard
empty
Set
Of
Law
Link copied to clipboard
inline
fun
<
E
>
emptySetOfLaw
(
)
:
Set
<
E
>
Content copied to clipboard
mutable
Set
Of
Law
Link copied to clipboard
inline
fun
<
E
>
mutableSetOfLaw
(
vararg
elements
:
E
)
:
MutableSet
<
E
>
Content copied to clipboard
or
Empty
Law
Link copied to clipboard
inline
fun
<
E
>
Set
<
E
>
?
.
orEmptyLaw
(
)
:
Set
<
E
>
Content copied to clipboard
set
Of
Law
Link copied to clipboard
inline
fun
<
E
>
setOfLaw
(
vararg
elements
:
E
)
:
Set
<
E
>
Content copied to clipboard
set
Of
Not
Null
Law
Link copied to clipboard
inline
fun
<
E
>
setOfNotNullLaw
(
element
:
E
?
)
:
Set
<
E
>
Content copied to clipboard
inline
fun
<
E
>
setOfNotNullLaw
(
vararg
elements
:
E
?
)
:
Set
<
E
>
Content copied to clipboard