implicit final class StreamExtensions extends AnyVal
Stream Extensions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StreamExtensions(readable: Readable)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
onFields(callback: (Array[FieldPacket]) ⇒ Any): Readable
Emitted once to detail the field packets for the rows to follow
Emitted once to detail the field packets for the rows to follow
- Annotations
- @inline()
-
def
onResult[T <: RowDataPacket](callback: (RowDataPacket) ⇒ Any): Readable
Emitted for each row of the result set
Emitted for each row of the result set
- Annotations
- @inline()
- val readable: Readable
-
def
toString(): String
- Definition Classes
- Any