Uses of Interface
org.wildfly.clustering.function.Predicate
Packages that use Predicate
Package
Description
-
Uses of Predicate in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as PredicateModifier and TypeFieldDescriptionstatic final Predicate<?> Predicate.ALWAYSA predicate that always returns truestatic final Predicate<?> Predicate.NEVERA predicate that always returns falseMethods in org.wildfly.clustering.function that return PredicateModifier and TypeMethodDescriptionstatic <T> Predicate<T> Predicate.always()Returns a predicate that always accepts its argument.default <V> Predicate<V> DoublePredicate.compose(ToDoubleFunction<V> function) Returns a predicate that applies the specified function to its argument before evaluating.default <V> Predicate<V> IntPredicate.compose(ToIntFunction<V> composer) Returns a predicate that applies the specified mapping to its argument before evaluating.default <V> Predicate<V> LongPredicate.compose(ToLongFunction<V> function) Returns a predicate that applies the specified function to its argument before evaluating.default <V> Predicate<V> Returns a predicate that applies the specified function to its argument before evaluating.default <V> Predicate<V> BiPredicate.composeUnary(Function<? super V, ? extends T> before1, Function<? super V, ? extends U> before2) Composes a unary predicate that applies the specified functions to its parameter as inputs to this predicate.Returns a predicate of aMap.Entryfrom the specified key and value predicates.static <T> Predicate<T> Predicate.equalTo(T object) Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.static <T extends Comparable<T>>
Predicate<T> Predicate.greaterThan(T object) Returns a predicate that evaluates to true if and only if the argument is comparatively greater than the specified object.Predicate.handle(BiPredicate<T, RuntimeException> handler) Returns a new predicate that delegates to this predicate using the specified exception handler.static <T> Predicate<T> Predicate.identicalTo(T object) Returns a predicate that evaluates to true if and only if the argument is identical to the specified object.static <T extends Comparable<T>>
Predicate<T> Predicate.lessThan(T object) Returns a predicate that evaluates to true if and only if the argument is comparatively less than the specified object.Predicate.negate()static <T> Predicate<T> Predicate.never()Returns a predicate that never accepts its argument.static <T> Predicate<T> Returns a predicate that evaluates to the negation of the specified predicate.static <T> Predicate<T> Predicate.of(boolean result) Returns a predicate that always evaluates to the specified result.static <T> Predicate<T> Predicate.of(Consumer<T> consumer, BooleanSupplier supplier) Returns a predicate that accepts its parameter via the specified consumer and returns the value returned by the specified supplier.Returns a predicate returning the exclusive disjunction of this predicate with the specified predicate.Methods in org.wildfly.clustering.function with parameters of type Predicate -
Uses of Predicate in org.wildfly.clustering.marshalling
Subinterfaces of Predicate in org.wildfly.clustering.marshallingModifier and TypeInterfaceDescriptioninterfaceMarshals an object to and from aByteBuffer.interfaceFactory for creating marshalled values.interfaceMarshaller<V,S> Marshals an object to and from its serialized form.Classes in org.wildfly.clustering.marshalling that implement PredicateModifier and TypeClassDescriptionclassAn abstract byte buffer marshaller that performs read/writing within a specified ClassLoader context.classFactory for creating aByteBufferMarshalledKey.classFactory for creating aByteBufferMarshalledValue.classMarshaller that stores attribute values using marshalled values. -
Uses of Predicate in org.wildfly.clustering.marshalling.java
Classes in org.wildfly.clustering.marshalling.java that implement Predicate -
Uses of Predicate in org.wildfly.clustering.marshalling.jboss
Classes in org.wildfly.clustering.marshalling.jboss that implement Predicate -
Uses of Predicate in org.wildfly.clustering.marshalling.protostream
Classes in org.wildfly.clustering.marshalling.protostream that implement PredicateModifier and TypeClassDescriptionclassA ProtoStream byte buffer marshaller.classAByteBufferMarshallerbased on a ProtoStreamWrappedMessage. -
Uses of Predicate in org.wildfly.clustering.server.util
Methods in org.wildfly.clustering.server.util with parameters of type PredicateModifier and TypeMethodDescriptionReturns a supplier whoseSupplier.get()will update the reference only when the specified condition (invoked while holding a lock) is met. -
Uses of Predicate in org.wildfly.clustering.session
Classes in org.wildfly.clustering.session that implement PredicateModifier and TypeClassDescriptionenumGeneric strategies for marshalling a string-based session identifier.