Uses of Interface
com.google.genai.gaos.utils.Utils.Function
Packages that use Utils.Function
-
Uses of Utils.Function in com.google.genai.gaos.utils
Methods in com.google.genai.gaos.utils with parameters of type Utils.FunctionModifier and TypeMethodDescriptionstatic <T> Stream<T>Utils.stream(Callable<Optional<T>> first, Utils.Function<T, Optional<T>> next) static <I,O> Iterator<O> Utils.transform(Iterator<I> iterator, Utils.Function<I, O> mapper)