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
/
Iterator_
Iterator_
aptus.`package`.Iterator_
final implicit
class
Iterator_
[
A
](
val
itr
:
Iterator
[
A
])
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
groupByKey
[
K
,
V
](
implicit
ev
:
A
<:<
(
K
,
V
)):
Map
[
K
,
Seq
[
V
]]
def
groupByKeyWithListMap
[
K
,
V
](
implicit
ev
:
A
<:<
(
K
,
V
)):
ListMap
[
K
,
Seq
[
V
]]
def
groupByKeyWithTreeMap
[
K
,
V
](
implicit
ev
:
A
<:<
(
K
,
V
),
ord
:
Ordering
[
K
]):
TreeMap
[
K
,
Seq
[
V
]]
def
groupByPreSortedKey
[
K
,
V
](
implicit
ev
:
A
<:<
(
K
,
V
)):
Iterator
[(
K
,
Seq
[
V
])]
def
last
(
):
A
def
writeGzipLines
(
out
:
FilePath
,
flushModulo
:
Long
,
logModulo
:
Option
[
Long
=>
Unit
])(
implicit
ev
:
A
<:<
String
):
OutputFilePath
def
writeLines
(
path
:
String
)(
implicit
ev
:
A
<:<
String
):
OutputFilePath
def
zipSameSize
[
B
](
that
:
Iterator
[
B
]):
Iterator
[(
A
,
B
)]
Concrete fields
val
itr
:
Iterator
[
A
]
In this article
Attributes
Members list
Value members
Concrete methods
Concrete fields