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 FuzzyBoolean
Parser.isModuleTable
(@NonNull org.jsoup.nodes.Element table) Checks whether the given HTML table might be amodule table
in the grades table. -
Uses of FuzzyBoolean in page.codeberg.friedolyn.configuration
Methods in page.codeberg.friedolyn.configuration that return FuzzyBooleanModifier and TypeMethodDescriptionstatic @NonNull FuzzyBoolean
ContactMethods.validateSecureProviderEmailAddress
(@NonNull String secureProviderEmailAddress) Checks that the given string is a valid e-mail address of asecure e-mail provider
.static @NonNull FuzzyBoolean
ContactMethods.validateTutaAddress
(@NonNull String tutaAddress) Checks that the given string is a validTuta
e-mail address. -
Uses of FuzzyBoolean in page.codeberg.friedolyn.crypto
Methods in page.codeberg.friedolyn.crypto that return FuzzyBooleanModifier and TypeMethodDescription@NonNull FuzzyBoolean
HashingResult.equals
(@NonNull HashingResult other) Compares all fields of thisHashingResult
object to the fields of anotherHashingResult
object. -
Uses of FuzzyBoolean in page.codeberg.friedolyn.gui
Fields in page.codeberg.friedolyn.gui declared as FuzzyBooleanModifier and TypeFieldDescriptionprivate final @NonNull FuzzyBoolean
GUI.DialogResult.success
The field for thesuccess
record component.Methods in page.codeberg.friedolyn.gui that return FuzzyBooleanModifier and TypeMethodDescription@NonNull FuzzyBoolean
GUI.DialogResult.success()
Returns the value of thesuccess
record component.Constructors in page.codeberg.friedolyn.gui with parameters of type FuzzyBooleanModifierConstructorDescriptionDialogResult
(@NonNull FuzzyBoolean success, @NonNull Optional<ResultType> result) Creates an instance of aDialogResult
record class. -
Uses of FuzzyBoolean in page.codeberg.friedolyn.gui.controllers
Methods in page.codeberg.friedolyn.gui.controllers that return FuzzyBooleanModifier and TypeMethodDescription@NonNull FuzzyBoolean
ContactReplyMethodDialogController.getSuccess()
Non-blocking method to check whether the user's message was sent successfully.@NonNull FuzzyBoolean
Controller.getSuccess()
@NonNull FuzzyBoolean
SetupController.getSuccess()
@NonNull FuzzyBoolean
SetupEmailDialogController.getSuccess()
@NonNull FuzzyBoolean
SetupNtfyDialogController.getSuccess()
@NonNull FuzzyBoolean
SetupUnifiedPushDialogController.getSuccess()
-
Uses of FuzzyBoolean in page.codeberg.friedolyn.util
Methods in page.codeberg.friedolyn.util that return FuzzyBooleanModifier and TypeMethodDescriptionstatic FuzzyBoolean
Returns 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.