AsyncSQLToIterableImpl

scalikejdbc.async.AsyncSQLToIterableImpl
final class AsyncSQLToIterableImpl[A](val underlying: SQLToIterable[A, HasExtractor]) extends AnyVal with AsyncSQLToIterable[A]

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def future()(implicit session: AsyncDBSession, cxt: EC): Future[Iterable[A]]

Attributes

Inherited from:
AsyncSQLToIterable

Concrete fields

val underlying: SQLToIterable[A, HasExtractor]