Package com.opencsv.bean.function
package com.opencsv.bean.function
This package collections function definitions that are used in opencsv.
Typically, the JDK-provided functions were insufficient because of
exceptions thrown.
-
InterfacesClassDescriptionAccessorInvoker<T,
R> Functional interface for accessing a value from a field.AssignmentInvoker<T,U> Functional interface for assigning a value to a field.