sealed
trait
IterV[E, +A] extends AnyRef
Abstract Value Members
-
abstract
def
flatMap[B](f: (A) ⇒ IterV[E, B]): IterV[E, B]
-
abstract
def
map[B](f: (A) ⇒ B): IterV[E, B]
-
abstract
def
runOption: Option[A]
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (IterV[E, A], B)
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (IterV[E, A]) ⇒ Boolean, msg: ⇒ Any): IterV[E, A]
-
def
ensuring(cond: (IterV[E, A]) ⇒ Boolean): IterV[E, A]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): IterV[E, A]
-
def
ensuring(cond: Boolean): IterV[E, A]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
run: A
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (IterV[E, A], B)
Shadowed Implicit Value Members
-
val
self: Any
-
val
self: Any
Deprecated Value Members
-
def
x: IterV[E, A]
-
def
x: IterV[E, A]
Inherited from Any
Inherited by implicit conversion any2stringadd from
IterV[E, A] to StringAdd
Inherited by implicit conversion any2stringfmt from
IterV[E, A] to StringFormat
Inherited by implicit conversion any2ArrowAssoc from
IterV[E, A] to ArrowAssoc[IterV[E, A]]
Inherited by implicit conversion any2Ensuring from
IterV[E, A] to Ensuring[IterV[E, A]]
An iteratee for DB results.