接口 Function<I,​O>

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      O apply​(I value)
      Perform computation on the specified input value and return the result.
    • 方法详细资料

      • apply

        O apply​(I value)
        Perform computation on the specified input value and return the result.
        参数:
        value - the input value
        返回:
        the result