Package org.telegram.abilitybots.api.db
Interface Var<T>
-
- Type Parameters:
T- the type of the variable
- All Known Implementing Classes:
MapDBVar
public interface Var<T>The interface governing a variable for abstract getters and setters.- Author:
- Abbas Abou Daya
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()voidset(T var)
-