Package com.adobe.acs.commons.functions


@Version("2.0.0") package com.adobe.acs.commons.functions
  • Class
    Description
    Created work-alike for functionality not introduced until Java 8 Represents an operation that accepts two input arguments and returns no result.
    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.
    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 exceptions
    Provides a thread-safe iterator that loops though a list, useful for providing a circular list for round-robin uses.