class
TypingTestServiceImpl extends TypingTestService
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
editDist[A](a: Iterable[A], b: Iterable[A]): Int
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getBiggestError(uid: String): Future[(Option[String], Option[String], Option[Int], Option[Int])]
-
final
def
getClass(): Class[_]
-
def
getErrorRate(uid: String): Future[Double]
-
def
getFastestSentence(uid: String): Future[(Option[String], Option[Int], Option[Int])]
-
def
getSentence(tsId: String): Future[Map[String, String]]
-
def
getSlowestSentence(uid: String): Future[(Option[String], Option[Int], Option[Int])]
-
def
getTestSections(device: String): Future[Seq[TestSection]]
-
def
getTsWPMAndLength(ts: TestSection): (Double, Int)
-
def
getWPM(uid: String): Future[Double]
-
def
getWPMTest(uid: String): Future[Double]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newSentence(uid: String): Future[Map[String, String]]
-
def
newUid(): Future[String]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
submitBrowserData(uid: String, ipAddress: String, os: String, osVersion: Option[String], browser: String, browserVersion: Option[String], browserLanguage: Option[String], country: Option[String], region: Option[String]): Future[Unit]
-
def
submitKeystroke(pressTime: Long, releaseTime: Long, keycode: Int, letter: String, testSection: String): Unit
-
def
submitKeystrokes(testSection: String, keystrokeSubmit: Seq[KeystrokeSubmit]): Future[Unit]
-
def
submitLogdata(testSection: String, kss: LogdataSubmit): Future[Unit]
-
def
submitUserData(uid: String, age: Int, gender: String, nativeLanguage: String, hasTakenTypingCourse: Boolean, timeSpentTyping: String, typeEnglish: String, fingers: String, layout: String, keyboardType: String, usingApp: String, usingFeatures: String): Future[Unit]
-
def
submitUserInput(tsId: String, userInput: String, device: String): Future[Unit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
updateUserStats(uid: String): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any