Package com.adobe.acs.commons.functions
@Version("2.0.0")
package com.adobe.acs.commons.functions
-
ClassDescriptionCheckedBiConsumer<T,
U> Created work-alike for functionality not introduced until Java 8 Represents an operation that accepts two input arguments and returns no result.CheckedBiFunction<T,U, R> Created work-alike for functionality not introduced until Java 8 Represents a function that accepts two arguments and produces a result.Created work-alike for functionality not introduced until Java 8 Represents an operation that accepts a single input argument and returns no result.CheckedFunction<T,R> Created work-alike for functionality not introduced until Java 8 Represents a function that accepts one argument and produces a result.Supplier function which allows throwing exceptionsRoundRobin<T>Provides a thread-safe iterator that loops though a list, useful for providing a circular list for round-robin uses.