Uses of Interface
com.adobe.acs.commons.functions.CheckedFunction
Packages that use CheckedFunction
Package
Description
Miscellaneous Utilities.
-
Uses of CheckedFunction in com.adobe.acs.commons.fam.actions
Fields in com.adobe.acs.commons.fam.actions declared as CheckedFunctionModifier and TypeFieldDescriptionstatic final CheckedFunction<Boolean,Boolean> Filters.NOTReturns opposite of its input, e.g. -
Uses of CheckedFunction in com.adobe.acs.commons.functions
Methods in com.adobe.acs.commons.functions that return CheckedFunctionModifier and TypeMethodDescriptiondefault <V> CheckedFunction<T,V> CheckedFunction.andThen(CheckedFunction<? super R, ? extends V> after) Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.default <V> CheckedFunction<V,R> CheckedFunction.compose(CheckedFunction<? super V, ? extends T> before) Returns a composed function that first applies thebeforefunction to its input, and then applies this function to the result.static <T,R> CheckedFunction<T, R> static <T> CheckedFunction<T,T> CheckedFunction.identity()Returns a function that always returns its input argument.static <T> CheckedFunction<T,Boolean> CheckedFunction.or(CheckedFunction<T, Boolean>... functions) Methods in com.adobe.acs.commons.functions with parameters of type CheckedFunctionModifier and TypeMethodDescriptiondefault <V> CheckedBiFunction<T,U, V> CheckedBiFunction.andThen(CheckedFunction<? super R, ? extends V> after) Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.default <V> CheckedFunction<T,V> CheckedFunction.andThen(CheckedFunction<? super R, ? extends V> after) Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.default <V> CheckedFunction<V,R> CheckedFunction.compose(CheckedFunction<? super V, ? extends T> before) Returns a composed function that first applies thebeforefunction to its input, and then applies this function to the result.static <T> CheckedFunction<T,Boolean> CheckedFunction.or(CheckedFunction<T, Boolean>... functions) -
Uses of CheckedFunction in com.adobe.acs.commons.mcp.impl.processes.asset
Methods in com.adobe.acs.commons.mcp.impl.processes.asset with parameters of type CheckedFunctionModifier and TypeMethodDescriptiondefault voidHierarchicalElement.visitAllFiles(CheckedConsumer<HierarchicalElement> visitor, CheckedFunction<HierarchicalElement, Stream<HierarchicalElement>> childFolderFunction, CheckedFunction<HierarchicalElement, Stream<HierarchicalElement>> childFileFunction) default voidHierarchicalElement.visitAllFolders(CheckedConsumer<HierarchicalElement> visitor, CheckedFunction<HierarchicalElement, Stream<HierarchicalElement>> childFunction) -
Uses of CheckedFunction in com.adobe.acs.commons.util.visitors
Methods in com.adobe.acs.commons.util.visitors with parameters of type CheckedFunctionModifier and TypeMethodDescriptionvoidSimpleFilteringResourceVisitor.setPropertyFilterChecked(CheckedFunction<String, Boolean> filter) final voidSimpleFilteringResourceVisitor.setTraversalFilterChecked(CheckedFunction<org.apache.sling.api.resource.Resource, Boolean> filter)