Uses of Class
client.dto.objects.Parallel
-
Packages that use Parallel Package Description client.request logic.mapper -
-
Uses of Parallel in client.request
Methods in client.request that return types with arguments of type Parallel Modifier and Type Method Description static Stream<Parallel>Kos. getCourseParallels(ApiBase location, String semesterCode, String courseCode, String query) -
Uses of Parallel in logic.mapper
Fields in logic.mapper with type parameters of type Parallel Modifier and Type Field Description static Predicate<Parallel>SubjectDownloader. FILTER_FULLstatic Predicate<Parallel>SubjectDownloader. FILTER_NOTHINGMethod parameters in logic.mapper with type arguments of type Parallel Modifier and Type Method Description static SubjectSubjectDownloader. download(ApiBase apiBase, String semester, String code, String name, String query, Predicate<Parallel> filter)
-