final class AsyncOneToOneSQLToIterable[A, B, Z] extends AnyVal with AsyncSQLToIterable[Z]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncOneToOneSQLToIterable
- AsyncSQLToIterable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AsyncOneToOneSQLToIterable(underlying: OneToOneSQLToIterable[A, B, 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: ShortenedNames.EC = ECGlobal): Future[Iterable[Z]]
- Definition Classes
- AsyncOneToOneSQLToIterable → 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: OneToOneSQLToIterable[A, B, HasExtractor, Z]
- Definition Classes
- AsyncOneToOneSQLToIterable → AsyncSQLToIterable