T - The type of the function input.R - The type of the function output.public interface Function<T,R>
This is a functional interface and can be used as the assignment target for a lambda expression or method reference.
Copyright (c) aQute SARL (2000, 2017) and others. All Rights Reserved.