com.mayabot.nlp.MynlpsExt.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mynlp Show documentation
Show all versions of mynlp Show documentation
Maya Nlp subproject :mynlp
package com.mayabot.nlp.kotlin
import com.mayabot.nlp.Mynlp
inline fun Mynlp.getInstance(): T {
return this.getInstance(T::class.java)
}