Package de.mhus.con.api
Interface Projects
-
- All Superinterfaces:
ICollection<Project>,Iterable<Project>
public interface Projects extends ICollection<Project>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Project>getAll()List<Project>select(Labels selector)-
Methods inherited from interface de.mhus.con.api.ICollection
get, getOrNull, keys, size
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-