AsyncSQLToListImpl

scalikejdbc.async.AsyncSQLToListImpl
final class AsyncSQLToListImpl[A](val underlying: SQLToList[A, HasExtractor]) extends AnyVal, AsyncSQLToList[A]

Attributes

Graph
Supertypes
trait AsyncSQLToList[A]
class AnyVal
trait Matchable
class Any

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
AsyncSQLToList

Concrete fields

val underlying: SQLToList[A, HasExtractor]