tapik
Toggle table of contents
0.5.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tapik
core
/
dev.akif.tapik
/
AllOf2
All
Of2
interface
AllOf2
<
T1
,
T2
>
:
AllOf
(
source
)
Product type with two typed slots.
Inheritors
Tuple2
Members
Properties
item1
Link copied to clipboard
abstract
val
item1
:
T1
Value stored in the first slot.
item2
Link copied to clipboard
abstract
val
item2
:
T2
Value stored in the second slot.