Package io.quarkus.builder
Class ConsumeFlags
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
org.wildfly.common.flags.Flags<ConsumeFlag,ConsumeFlags>
io.quarkus.builder.ConsumeFlags
- All Implemented Interfaces:
Iterable<ConsumeFlag>,Collection<ConsumeFlag>,Set<ConsumeFlag>,SortedSet<ConsumeFlag>
Flags which can be set on consume declarations.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected ConsumeFlagcastItemOrNull(Object obj) protected ConsumeFlagsprotected ConsumeFlagitemOf(int index) static ConsumeFlagsof(ConsumeFlag flag) protected ConsumeFlagsthis_()protected ConsumeFlagsvalue(int bits) Methods inherited from class org.wildfly.common.flags.Flags
comparator, complement, contains, contains, containsAll, containsAll, containsAll, containsAll, containsAny, containsAny, containsAny, descendingIterator, equals, equals, equals, first, forEach, hashCode, headSet, isEmpty, iterator, last, size, subSet, tailSet, toArray, toArray, toString, with, with, with, with, with, without, withoutMethods inherited from class java.util.AbstractSet
removeAllMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.SortedSet
spliterator
-
Field Details
-
NONE
-
-
Method Details
-
value
- Specified by:
valuein classorg.wildfly.common.flags.Flags<ConsumeFlag,ConsumeFlags>
-
this_
- Specified by:
this_in classorg.wildfly.common.flags.Flags<ConsumeFlag,ConsumeFlags>
-
itemOf
- Specified by:
itemOfin classorg.wildfly.common.flags.Flags<ConsumeFlag,ConsumeFlags>
-
castItemOrNull
- Specified by:
castItemOrNullin classorg.wildfly.common.flags.Flags<ConsumeFlag,ConsumeFlags>
-
castThis
- Specified by:
castThisin classorg.wildfly.common.flags.Flags<ConsumeFlag,ConsumeFlags>
-
of
-