at.molindo.utils.data
Interface Function<F,T>

All Superinterfaces:
Function2<F,T,RuntimeException>
All Known Implementing Classes:
FunctionUtils.ToString, FunctionUtils.Trim

public interface Function<F,T>
extends Function2<F,T,RuntimeException>

Function2 implementation that does not throw exceptions (that is RuntimeException only)


Method Summary
 T apply(F input)
           
 

Method Detail

apply

T apply(@Nullable
        F input)
Specified by:
apply in interface Function2<F,T,RuntimeException>


Copyright © 2013 Molindo GmbH. All Rights Reserved.