com.bestvike.function.NullableFloatFunc1 Maven / Gradle / Ivy
package com.bestvike.function;
/**
* Created by 许崇雷 on 2019-06-24.
*/
@FunctionalInterface
public interface NullableFloatFunc1 {
Float apply(T arg);
}
package com.bestvike.function;
/**
* Created by 许崇雷 on 2019-06-24.
*/
@FunctionalInterface
public interface NullableFloatFunc1 {
Float apply(T arg);
}