static BitFlagSetPredicate.Builder |
BitFlagSetPredicate.builder() |
|
BitFlagSetPredicate.Builder |
BitFlagSetPredicate.Builder.mustExcludeAllOf(long flags) |
Adds a constraint which checks whether a flag to check excludes all of the given flags.
|
BitFlagSetPredicate.Builder |
BitFlagSetPredicate.Builder.mustExcludeAllOf(long... flags) |
Adds a constraint which checks whether a flag to check excludes all of the given flags.
|
BitFlagSetPredicate.Builder |
BitFlagSetPredicate.Builder.mustExcludeSomeOf(long flags) |
Adds a constraint which checks whether a flag to check excludes some of the given flags.
|
BitFlagSetPredicate.Builder |
BitFlagSetPredicate.Builder.mustExcludeSomeOf(long... flags) |
Adds a constraint which checks whether a flag to check excludes some of the given flags.
|
BitFlagSetPredicate.Builder |
BitFlagSetPredicate.Builder.mustIncludeAllOf(long flags) |
Adds a constraint which checks whether a flag to check includes all of the given flags.
|
BitFlagSetPredicate.Builder |
BitFlagSetPredicate.Builder.mustIncludeAllOf(long... flags) |
Adds a constraint which checks whether a flag to check includes all of the given flags
|
BitFlagSetPredicate.Builder |
BitFlagSetPredicate.Builder.mustIncludeSomeOf(long flags) |
Adds a constraint which checks whether a flag to check includes some of the given flags
|
BitFlagSetPredicate.Builder |
BitFlagSetPredicate.Builder.mustIncludeSomeOf(long... flags) |
Adds a constraint which checks whether a flag to check includes some of the given flags
|