Uses of Class
de.xima.fc.bitflag.BitFlagSetPredicate.Builder
Packages that use BitFlagSetPredicate.Builder
-
Uses of BitFlagSetPredicate.Builder in de.xima.fc.bitflag
Methods in de.xima.fc.bitflag that return BitFlagSetPredicate.BuilderModifier and TypeMethodDescriptionstatic BitFlagSetPredicate.BuilderBitFlagSetPredicate.builder()BitFlagSetPredicate.Builder.mustExcludeAllOf(long flags) Adds a constraint which checks whether a flag to check excludes all of the given flags.BitFlagSetPredicate.Builder.mustExcludeAllOf(long... flags) Adds a constraint which checks whether a flag to check excludes all of the given flags.BitFlagSetPredicate.Builder.mustExcludeSomeOf(long flags) Adds a constraint which checks whether a flag to check excludes some of the given flags.BitFlagSetPredicate.Builder.mustExcludeSomeOf(long... flags) Adds a constraint which checks whether a flag to check excludes some of the given flags.BitFlagSetPredicate.Builder.mustIncludeAllOf(long flags) Adds a constraint which checks whether a flag to check includes all of the given flags.BitFlagSetPredicate.Builder.mustIncludeAllOf(long... flags) Adds a constraint which checks whether a flag to check includes all of the given flagsBitFlagSetPredicate.Builder.mustIncludeSomeOf(long flags) Adds a constraint which checks whether a flag to check includes some of the given flagsBitFlagSetPredicate.Builder.mustIncludeSomeOf(long... flags) Adds a constraint which checks whether a flag to check includes some of the given flags -
Uses of BitFlagSetPredicate.Builder in de.xima.fc.workflow
Method parameters in de.xima.fc.workflow with type arguments of type BitFlagSetPredicate.BuilderModifier and TypeMethodDescriptionFlowGraphFilters.EdgeTypeMatchesBuilder.anyEdge(Consumer<BitFlagSetPredicate.Builder> anyEdge) Sets the filter to apply to edge types of all edges, seeIFlowGraphFilterInstance#allowsEdge.FlowGraphFilters.EdgeTypeMatchesBuilder.finalEdge(Consumer<BitFlagSetPredicate.Builder> finalEdge) Sets the filter to apply to edge types of final edges, seeIFlowGraphFilterInstance#allowsFinalEdge.FlowGraphFilters.EdgeTypeMatchesBuilder.initialEdge(Consumer<BitFlagSetPredicate.Builder> initialEdge) Sets the filter to apply to edge types of initial edges, seeIFlowGraphFilterInstance#allowsInitialEdge.