org.combinators.cls.interpreter.ReflectedRepository
InhabitationBatchJob
Companion trait InhabitationBatchJob
object InhabitationBatchJob
Helper object to create new batch jobs of inhabitation requests.
- Alphabetic
- By Inheritance
- InhabitationBatchJob
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
Aux[R] = InhabitationBatchJob { ... /* 2 definitions in type refinement */ }
The type of batch jobs where the most recently requested native Scala type is
R. -
type
AuxWithPrior[R, P] = InhabitationBatchJob with HasPriorJob[P] { ... /* 2 definitions in type refinement */ }
The type of batch jobs where the most recently requested native scala type is
Rand the combination of all requested native Scala type is(P, R). -
type
AuxWithResult[R] = InhabitationBatchJob { type ResultType = R }
The type of batch jobs where the combination of all requested native Scala type is
R.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[R](semanticTypes: Type*)(implicit tag: scala.reflect.api.JavaUniverse.WeakTypeTag[R]): Aux[R]
Creates a new batch job, starting with a request for native Scala type
Rand the intersection of all givensemanticTypes.Creates a new batch job, starting with a request for native Scala type
Rand the intersection of all givensemanticTypes. Use [InhabitationBatchJob.addJob[R](Type*)] to add more requests. -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )