final class AsyncOneToManies4SQLToList[A, B1, B2, B3, B4, Z] extends AnyVal with AsyncSQLToList[Z]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncOneToManies4SQLToList
- AsyncSQLToList
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AsyncOneToManies4SQLToList(underlying: OneToManies4SQLToList[A, B1, B2, B3, B4, HasExtractor, Z])
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 future()(implicit session: AsyncDBSession, cxt: ExecutionContext = ECGlobal): Future[List[Z]]
- Definition Classes
- AsyncOneToManies4SQLToList → AsyncSQLToList
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any
- val underlying: OneToManies4SQLToList[A, B1, B2, B3, B4, HasExtractor, Z]
- Definition Classes
- AsyncOneToManies4SQLToList → AsyncSQLToList