Uses of Record Class
eu.rarogsoftware.rarog.platform.core.common.Range
Packages that use Range
Package
Description
-
Uses of Range in eu.rarogsoftware.rarog.platform.app.security
Methods in eu.rarogsoftware.rarog.platform.app.security with parameters of type RangeModifier and TypeMethodDescriptionSpringLoginAttemptService.getLoginAttempts
(StandardUser user, Range<Instant> range) -
Uses of Range in eu.rarogsoftware.rarog.platform.core.common
Methods in eu.rarogsoftware.rarog.platform.core.common that return RangeModifier and TypeMethodDescriptionstatic <U extends Comparable<U>>
Range<U>Range.exclusive
(U start, U stop) static <U extends Comparable<U>>
Range<U>Range.inclusive
(U start, U stop) static <U extends Comparable<U>>
Range<U>Range.openEnd
(U start, U stop) static <U extends Comparable<U>>
Range<U>Range.openStart
(U start, U stop) -
Uses of Range in eu.rarogsoftware.rarog.platform.core.security
Methods in eu.rarogsoftware.rarog.platform.core.security with parameters of type RangeModifier and TypeMethodDescriptionLoginAttemptService.getLoginAttempts
(StandardUser user, Range<Instant> range)