final class AsyncOneToManies2SQLToIterable[A, B1, B2, Z] extends AnyVal with AsyncSQLToIterable[Z]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncOneToManies2SQLToIterable
- AsyncSQLToIterable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AsyncOneToManies2SQLToIterable(underlying: OneToManies2SQLToIterable[A, B1, B2, 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[Iterable[Z]]
- Definition Classes
- AsyncOneToManies2SQLToIterable → AsyncSQLToIterable
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any
- val underlying: OneToManies2SQLToIterable[A, B1, B2, HasExtractor, Z]
- Definition Classes
- AsyncOneToManies2SQLToIterable → AsyncSQLToIterable