mongodb / de.comhix.database.dao / UserDao / get

get

fun <Type : UserDatabaseObject> get(id: String, typeClass: Class<Type>): Maybe<Type>