com.aol.cyclops.guava.FromJooqLambda Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cyclops-guava Show documentation
Show all versions of cyclops-guava Show documentation
Converters and Comprehenders for Guava
package com.aol.cyclops.guava;
import org.jooq.lambda.function.Function1;
import com.google.common.base.Function;
public class FromJooqLambda{
public static Function f1(Function1 fn){
return (t) -> fn.apply(t);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy