Package com.fasterxml.jackson.datatype.threetenbp.function
-
Interface Summary Interface Description BiFunction<T,U,R> Represents a function that accepts two arguments and produces a result.Function<T,R> Represents a function that accepts one argument and produces a result.ToIntFunction<T> Represents a function that accepts one argument and produces anintresult.ToLongFunction<T> Represents a function that accepts one argument and produces alongresult.