Interface ChangeFunction<T,R>

All Superinterfaces:
Serializable

public interface ChangeFunction<T,R> extends Serializable
Since:
10.1
Author:
yohana
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t)
     
  • Method Details

    • apply

      R apply(T t)