This is a function in class DepartmentBean which check if element already exist in container:


bool f;
public void addIfAbsent(UserBean userBean) {
if (users.stream().anyMatch(x ->...