Type Members
-
type
EnableReflectiveInstantiation = scala.scalajs.reflect.annotation.EnableReflectiveInstantiation
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
createInstance[T <: AnyRef](className: String, loader: ClassLoader, defaultInstances: ⇒ List[AnyRef] = Nil)(implicit m: ClassTag[T]): Operation[T]
-
def
createInstanceEither[T <: AnyRef](className: String, loader: ClassLoader, defaultInstances: ⇒ List[AnyRef] = Nil)(implicit m: ClassTag[T]): Operation[Either[Throwable, T]]
-
def
createInstanceFromClass[T <: AnyRef](klass: Class[T], loader: ClassLoader, defaultInstances: ⇒ List[AnyRef] = Nil)(implicit m: ClassTag[T]): Operation[T]
-
def
createInstanceFromClass[T <: AnyRef](klass: Class[T], defaultInstances: ⇒ List[AnyRef])(implicit m: ClassTag[T]): Operation[T]
-
def
createInstanceFromName[T <: AnyRef](className: String, defaultInstances: ⇒ List[AnyRef] = Nil)(implicit m: ClassTag[T]): Operation[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
existsClass(className: String, loader: ClassLoader): Operation[Boolean]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
loadClass[T <: AnyRef](className: String, loader: ClassLoader): Operation[Class[T]]
-
def
loadClassEither[T <: AnyRef](className: String, loader: ClassLoader): Operation[Either[Throwable, Class[T]]]
-
def
loadModule(name: String): Any
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newInstance(klass: InstantiatableClass, defaultInstances: ⇒ List[AnyRef]): Any
-
def
newInstance(name: String, defaultInstances: ⇒ List[AnyRef] = Nil): Any
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any