Uses of Interface
io.github.mrtesz.teszcore.copyable.Copyable
Packages that use Copyable
Package
Description
-
Uses of Copyable in io.github.mrtesz.teszcore.api
Classes in io.github.mrtesz.teszcore.api that implement Copyable -
Uses of Copyable in io.github.mrtesz.teszcore.api.db.manager
Subinterfaces of Copyable in io.github.mrtesz.teszcore.api.db.managerModifier and TypeInterfaceDescriptioninterfaceParent interface of all async database managersinterfaceParent interface of all database managersinterfaceParent interface of all sync database managers -
Uses of Copyable in io.github.mrtesz.teszcore.api.db.table
Subinterfaces of Copyable in io.github.mrtesz.teszcore.api.db.table -
Uses of Copyable in io.github.mrtesz.teszcore.config
Classes in io.github.mrtesz.teszcore.config that implement CopyableModifier and TypeClassDescriptionclassClass for managing YAML filesstatic class -
Uses of Copyable in io.github.mrtesz.teszcore.copyable
Classes in io.github.mrtesz.teszcore.copyable with type parameters of type Copyable -
Uses of Copyable in io.github.mrtesz.teszcore.db.manager
Classes in io.github.mrtesz.teszcore.db.manager that implement CopyableModifier and TypeClassDescriptionclassAbstract parent class of all DatabaseManagers -
Uses of Copyable in io.github.mrtesz.teszcore.db.manager.mariadb
Classes in io.github.mrtesz.teszcore.db.manager.mariadb that implement CopyableModifier and TypeClassDescriptionclassParent class of all MariaDBManagersclassclass -
Uses of Copyable in io.github.mrtesz.teszcore.db.manager.sqlite
Classes in io.github.mrtesz.teszcore.db.manager.sqlite that implement CopyableModifier and TypeClassDescriptionclassclassclass -
Uses of Copyable in io.github.mrtesz.teszcore.db.selection
Classes in io.github.mrtesz.teszcore.db.selection that implement CopyableModifier and TypeClassDescriptionclassClass for simple handling of a single table row.classClass for simple handling results of a selection -
Uses of Copyable in io.github.mrtesz.teszcore.db.table.mariadb
Classes in io.github.mrtesz.teszcore.db.table.mariadb that implement Copyable -
Uses of Copyable in io.github.mrtesz.teszcore.db.table.sqlite
Classes in io.github.mrtesz.teszcore.db.table.sqlite that implement Copyable -
Uses of Copyable in io.github.mrtesz.teszcore.exceptions
Classes in io.github.mrtesz.teszcore.exceptions that implement CopyableModifier and TypeClassDescriptionclassException, used in database contextclassException, signalizing a class is initialized two times when must only be initialized onceclassThrown inConditions's `#checkRange` methodsclassThrown whenInitializerthrows an errorclassException, signalizing an object was not null when should beclassParent class of all exceptions in TeszCoreclassException thrown in YamlConfig context -
Uses of Copyable in io.github.mrtesz.teszcore.logged
Classes in io.github.mrtesz.teszcore.logged that implement CopyableModifier and TypeClassDescriptionclassUtility class for initializing classes with wrapping loggingclass -
Uses of Copyable in io.github.mrtesz.teszcore.logger
Classes in io.github.mrtesz.teszcore.logger that implement Copyable -
Uses of Copyable in io.github.mrtesz.teszcore.util
Classes in io.github.mrtesz.teszcore.util that implement CopyableModifier and TypeClassDescriptionstatic final classA weighted entry holding a chance and a result value, used inChance.roll(Collection). -
Uses of Copyable in io.github.mrtesz.teszcore.util.tuple
Classes in io.github.mrtesz.teszcore.util.tuple that implement Copyable