![JAR search and dependency download from the Maven repository](/logo.png)
org.immutables.fixture.with.WithUnaryOperator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of value-fixture Show documentation
Show all versions of value-fixture Show documentation
Module that contains all tests for the code generation capability
package org.immutables.fixture.with;
import java.util.List;
import java.util.Optional;
import java.util.OptionalDouble;
import java.util.OptionalInt;
import org.immutables.value.Value;
@Value.Immutable
@Value.Style(withUnaryOperator = "map*")
interface WithUnaryOperator {
int a();
String b();
Optional o();
List l();
OptionalInt i();
OptionalDouble d();
com.google.common.base.Optional oi();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy