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