[ 
https://issues.apache.org/jira/browse/SANDBOX-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benedikt Ritter updated SANDBOX-505:
------------------------------------
    Description: The interface o.a.c.beanutils2.Transformer<S, T> is 
essentially a function as defined by java.util.function.Function<S, T>. We 
should remove it from the library and use Function<S, T> instead.  (was: 
BeanUtils2 should use the term 'Converter' instead of 'Transformer', since the 
term 'type conversion' is more common than 'type transformation')

> Remove Transformer<S, T> in favor of java.util.function.Function<S, T>
> ----------------------------------------------------------------------
>
>                 Key: SANDBOX-505
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-505
>             Project: Commons Sandbox
>          Issue Type: Sub-task
>          Components: BeanUtils2
>            Reporter: Benedikt Ritter
>
> The interface o.a.c.beanutils2.Transformer<S, T> is essentially a function as 
> defined by java.util.function.Function<S, T>. We should remove it from the 
> library and use Function<S, T> instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to