Class Fn.Functions

java.lang.Object
com.landawn.abacus.util.Fn.Functions
Enclosing class:
Fn

public static final class Fn.Functions extends Object
The Class Functions.
  • Method Details

    • indexed

      @Beta @SequentialOnly @Stateful public static <T, R> Function<T,R> indexed(IntObjFunction<T,? extends R> func)
      Returns a stateful Function. Don't save or cache for reuse or use it in parallel stream.
      Type Parameters:
      T -
      R -
      Parameters:
      func -
      Returns: