Uses of Interface
org.wildfly.clustering.function.IntSupplier
Packages that use IntSupplier
-
Uses of IntSupplier in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as IntSupplierModifier and TypeFieldDescriptionstatic final IntSupplierIntSupplier.MAXIMUMA supplier that always returns 2147483647.static final IntSupplierIntSupplier.MINIMUMA supplier that always returns -2147483648.static final IntSupplierIntSupplier.ZEROA supplier that always returns zero.Methods in org.wildfly.clustering.function that return IntSupplierModifier and TypeMethodDescriptiondefault IntSupplierIntSupplier.handle(ToIntFunction<RuntimeException> handler) Returns a new supplier that delegates to this supplier using the specified exception handler.static IntSupplierIntSupplier.of(int value) Returns a supplier of the specified value.default IntSupplierDoubleSupplier.thenApplyAsInt(DoubleToIntFunction function) Returns a supplier that applies the specified function to the value returned by this supplier.default IntSupplierIntSupplier.thenApplyAsInt(IntUnaryOperator operator) Returns a supplier that applies the specified operator to the value returned by this supplier.default IntSupplierLongSupplier.thenApplyAsInt(LongToIntFunction function) Returns a supplier that applies the specified function to the value returned by this supplier.default IntSupplierSupplier.thenApplyAsInt(ToIntFunction<T> mapper) Returns a supplier that returns the value this supplier mapped via the specified function.