com.aol.cyclops.functionaljava.comprehenders.WriterData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cyclops-functionaljava Show documentation
Show all versions of cyclops-functionaljava Show documentation
Converters and Comprehenders for FunctionalJava
package com.aol.cyclops.functionaljava.comprehenders;
import lombok.Value;
import fj.Monoid;
@Value
public class WriterData {
private final A val;
private final W logValue;
private final Monoid monoid;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy