aptus-core
aptus-core
API
cross
aptus
aptjson
GsonFormatter
GsonParser
aptmisc
AptusFilePath
AptusPath
AptusSystem
CloseabledIterator
Fs
Hardware
Random
Rdbms
AdvancedQuerier
BasicQuerier
Column
Columns
ConnectionQuerier
PreparedStatementQuerier
PreparedStatement_
UriQuerier
`SqlConnection__`
Reflect
SelfClosingIterator
SelfClosingIterator
StandardCharsets
ThreadLocalWrapper
ThreadLocalWrapper
Time
Zip
_AptusPath
aptutils
BinaryUtils
CharUtils
FileUtils
InputStreamUtils
IterableUtils
IteratorUtils
JavaStreamUtils
MapUtils
MathUtils
NumberUtils
ReflectionUtils
SeqUtils
SqlUtils
StringUtils
SystemUtils
ThrowableUtils
TimeUtils
UrlUtils
Anything_
AptusAliases
AptusAnnotations
finl
fordevonly
nonfinl
ordermatters
pseudosealed
ArrayByte_
Class_
Double_
Future_
InputStream_
Instant_
Int_
Iterator_
LocalDateTime_
LocalDate_
LocalTime_
Long_
Map_
OffsetDateTime_
Option_
ResultSet_
Seq_
String_
Throwable_
TopLevel
Tuple2_
Tuple3_
Tuple4_
Tuple5_
URL_
Unit_
ZonedDateTime_
aptus-core
/
aptus
/
Tuple2_
Tuple2_
aptus.`package`.Tuple2_
final implicit
class
Tuple2_
[
A
,
B
](
val
tup
: (
A
,
B
))
extends
AnyVal
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
AnyVal
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
combine
[
Z
,
Y
,
T
](
f
: (
Z
,
Y
)
=>
T
)(
implicit
ev1
:
A
<:<
Option
[
Z
],
ev2
:
B
<:<
Option
[
Y
]):
Option
[
T
]
TODO: proper FP name?
TODO: proper FP name?
Attributes
def
isExclusivelyDefined
(
implicit
ev1
:
A
<:<
Option
[
_
],
ev2
:
B
<:<
Option
[
_
]):
Boolean
def
join
:
String
def
join
(
sep
:
String
):
String
def
mapAll
[
A2
,
B2
](
fa
:
A
=>
A2
,
fb
:
B
=>
B2
): (
A2
,
B2
)
def
mapAll
[
C1
,
C2
](
f
:
C1
=>
C2
)(
implicit
ev1
:
A
<:<
C1
,
ev2
:
B
<:<
C1
): (
C2
,
C2
)
def
mapFirst
[
A2
](
fa
:
A
=>
A2
): (
A2
,
B
)
def
mapSecond
[
B2
](
fb
:
B
=>
B2
): (
A
,
B2
)
def
toOptionalTuple
[
Z
,
Y
](
implicit
ev1
:
A
<:<
Option
[
Z
],
ev2
:
B
<:<
Option
[
Y
]):
Option
[(
Z
,
Y
)]
def
toSeq
[
Z
](
implicit
ev1
:
A
<:<
Z
,
ev2
:
B
<:<
Z
):
Seq
[
Z
]
Concrete fields
val
tup
: (
A
,
B
)
In this article
Attributes
Members list
Value members
Concrete methods
Concrete fields