Uses of Enum Class
page.codeberg.friedolyn.util.FuzzyBoolean
Packages that use FuzzyBoolean
Package
Description
-
Uses of FuzzyBoolean in page.codeberg.friedolyn.client.parser
Methods in page.codeberg.friedolyn.client.parser that return FuzzyBooleanModifier and TypeMethodDescriptionprivate static @NonNull FuzzyBooleanParser.isModuleTable(@NonNull org.jsoup.nodes.Element table) Checks whether the given HTML table might be amodule tablein the grades table. -
Uses of FuzzyBoolean in page.codeberg.friedolyn.configuration
Methods in page.codeberg.friedolyn.configuration that return FuzzyBooleanModifier and TypeMethodDescriptionstatic @NonNull FuzzyBooleanContactMethods.validateSecureProviderEmailAddress(@NonNull String secureProviderEmailAddress) Checks that the given string is a valid e-mail address of asecure e-mail provider.static @NonNull FuzzyBooleanContactMethods.validateTutaAddress(@NonNull String tutaAddress) Checks that the given string is a validTutae-mail address. -
Uses of FuzzyBoolean in page.codeberg.friedolyn.crypto
Methods in page.codeberg.friedolyn.crypto that return FuzzyBooleanModifier and TypeMethodDescription@NonNull FuzzyBooleanHashingResult.equals(@NonNull HashingResult other) Compares all fields of thisHashingResultobject to the fields of anotherHashingResultobject. -
Uses of FuzzyBoolean in page.codeberg.friedolyn.gui
Fields in page.codeberg.friedolyn.gui declared as FuzzyBooleanModifier and TypeFieldDescriptionprivate final @NonNull FuzzyBooleanGUI.DialogResult.successThe field for thesuccessrecord component.Methods in page.codeberg.friedolyn.gui that return FuzzyBooleanModifier and TypeMethodDescription@NonNull FuzzyBooleanGUI.DialogResult.success()Returns the value of thesuccessrecord component.Constructors in page.codeberg.friedolyn.gui with parameters of type FuzzyBooleanModifierConstructorDescriptionDialogResult(@NonNull FuzzyBoolean success, @NonNull Optional<ResultType> result) Creates an instance of aDialogResultrecord class. -
Uses of FuzzyBoolean in page.codeberg.friedolyn.gui.controllers
Methods in page.codeberg.friedolyn.gui.controllers that return FuzzyBooleanModifier and TypeMethodDescription@NonNull FuzzyBooleanContactReplyMethodDialogController.getSuccess()Non-blocking method to check whether the user's message was sent successfully.@NonNull FuzzyBooleanController.getSuccess()@NonNull FuzzyBooleanSetupController.getSuccess()@NonNull FuzzyBooleanSetupEmailDialogController.getSuccess()@NonNull FuzzyBooleanSetupNtfyDialogController.getSuccess()@NonNull FuzzyBooleanSetupUnifiedPushDialogController.getSuccess() -
Uses of FuzzyBoolean in page.codeberg.friedolyn.util
Methods in page.codeberg.friedolyn.util that return FuzzyBooleanModifier and TypeMethodDescriptionstatic FuzzyBooleanReturns the enum constant of this class with the specified name.static FuzzyBoolean[]FuzzyBoolean.values()Returns an array containing the constants of this enum class, in the order they are declared.