at.molindo.utils.data
Interface Function2<F,T,E extends Exception>

All Known Subinterfaces:
Function<F,T>
All Known Implementing Classes:
FunctionUtils.ToString, FunctionUtils.Trim

public interface Function2<F,T,E extends Exception>

TODO bad name!


Method Summary
 T apply(F input)
           
 

Method Detail

apply

T apply(@Nullable
        F input)
        throws E extends Exception
Throws:
E extends Exception


Copyright © 2013 Molindo GmbH. All Rights Reserved.