com.baidu.unbiz.fluentvalidator.util
接口 Function<F,T>


public interface Function<F,T>

Determines an output value based on an input value.

作者:
zhangxu

方法摘要
 T apply(F input)
          Returns the result of applying this function to input.
 

方法详细信息

apply

T apply(F input)
Returns the result of applying this function to input.



Copyright © 2015–2016 neoremind. All rights reserved.