mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-13 13:35:53 +00:00
Add back @FunctionalInterface which was in 4.4
This commit is contained in:
parent
c55dda383c
commit
c5037c97bd
@ -40,6 +40,7 @@ import java.util.function.Function;
|
|||||||
* @deprecated Use {@link Function}.
|
* @deprecated Use {@link Function}.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
@FunctionalInterface
|
||||||
public interface Transformer<T, R> extends Function<T, R> {
|
public interface Transformer<T, R> extends Function<T, R> {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user