BatchEngine

io.github.nicheapplab.tcodeengine.BatchEngine
abstract trait BatchEngine

BatchEngine provides batched conversion into Japanese. Prefix key strokes should be handled outside of the library. It has two subclasses:

Both of them uses Layout type for its self annotation. Currently QwertyLayout and DvorakLayout are supported.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Value members

Concrete methods

def convert(str: String): String
def mixedConvert(str: String): Array[String]
def mixedConvert(str: String, inflex: String): Array[String]

Abstract fields