Uses of Class
page.codeberg.friedolyn.util.Result
Packages that use Result
Package
Description
-
Uses of Result in page.codeberg.friedolyn.client
Methods in page.codeberg.friedolyn.client that return types with arguments of type Result -
Uses of Result in page.codeberg.friedolyn.configuration
Methods in page.codeberg.friedolyn.configuration that return ResultModifier and TypeMethodDescriptionstatic @NonNull Result
<PasswordGenerator.PasswordStrength> ContactMethods.validateSymmetricPassword
(char[] symmetricPassword) Checks that the given password forsymmetrically encrypted e-mails
is not null, not empty and strong enough (i.e. -
Uses of Result in page.codeberg.friedolyn.crypto
Methods in page.codeberg.friedolyn.crypto that return types with arguments of type ResultModifier and TypeMethodDescription@NonNull Optional
<Result<KeePassXC.KeePassEntry>> KeePassXC.AssociateAndLoginTask.getResult()
-
Uses of Result in page.codeberg.friedolyn.gui.controllers
Methods in page.codeberg.friedolyn.gui.controllers that return types with arguments of type Result -
Uses of Result in page.codeberg.friedolyn.meta
Methods in page.codeberg.friedolyn.meta that return ResultModifier and TypeMethodDescriptionBannedUser.matches
(@NonNull Configuration configuration) Checks if the user corresponding to the givenConfiguration
matches this banned user. -
Uses of Result in page.codeberg.friedolyn.util
Methods in page.codeberg.friedolyn.util that return types with arguments of type ResultModifier and TypeMethodDescriptionabstract @NonNull Optional
<Result<ResultType>> Task.getResult()