Uses of Interface
org.telegram.abilitybots.api.db.Var
-
Packages that use Var Package Description org.telegram.abilitybots.api.db -
-
Uses of Var in org.telegram.abilitybots.api.db
Classes in org.telegram.abilitybots.api.db that implement Var Modifier and Type Class Description classMapDBVar<T>The MapDB variant forDBContext.getVar(String).Methods in org.telegram.abilitybots.api.db that return Var Modifier and Type Method Description <T> Var<T>DBContext. getVar(String name)<T> Var<T>MapDBContext. getVar(String name)
-