Uses of Interface
org.docx4j.com.google.common.base.Function
Packages that use Function
Package
Description
-
Uses of Function in org.docx4j.com.google.common.base
Methods in org.docx4j.com.google.common.base that return FunctionModifier and TypeMethodDescriptionSuppliers.supplierFunction()Returns a function that accepts a supplier and returns the result of invokingSupplier.get()on that supplier.Methods in org.docx4j.com.google.common.base with parameters of type Function -
Uses of Function in org.docx4j.com.google.common.cache
Subinterfaces of Function in org.docx4j.com.google.common.cacheModifier and TypeInterfaceDescriptioninterfaceLoadingCache<K,V> A semi-persistent mapping from keys to values.Methods in org.docx4j.com.google.common.cache with parameters of type FunctionModifier and TypeMethodDescriptionstatic <K,V> CacheLoader<K, V> Returns a cache loader that usesfunctionto load keys, without supporting either reloading or bulk loading. -
Uses of Function in org.docx4j.com.google.common.util.concurrent
Methods in org.docx4j.com.google.common.util.concurrent with parameters of type FunctionModifier and TypeMethodDescriptionstatic <I,O> ListenableFuture<O> Futures.transform(ListenableFuture<I> input, Function<? super I, ? extends O> function, Executor executor) Returns a newFuturewhose result is derived from the result of the givenFuture.