io.virtdata.functionadapters.ToLongFunction Maven / Gradle / Ivy
package io.virtdata.functionadapters;
import io.virtdata.annotations.ThreadSafeMapper;
import java.util.function.*;
/**
* Adapts any {@link FunctionalInterface} type to a LongFunction,
* for use with higher-order functions, when they require a
* LongFunction as an argument.
*/
@ThreadSafeMapper
public class ToLongFunction implements LongFunction
© 2015 - 2025 Weber Informatics LLC | Privacy Policy