Uses of Interface
nl.jqno.equalsverifier.Func.Func1
Packages that use Func.Func1
Package
Description
-
Uses of Func.Func1 in nl.jqno.equalsverifier
Methods in nl.jqno.equalsverifier with parameters of type Func.Func1Modifier and TypeMethodDescriptionConfiguredEqualsVerifier.withGenericPrefabValues(Class<S> otherType, Func.Func1<?, S> factory) Adds a factory to generate prefabricated values for instance fields of classes with 1 generic type parameter that EqualsVerifier cannot instantiate by itself. -
Uses of Func.Func1 in nl.jqno.equalsverifier.api
Methods in nl.jqno.equalsverifier.api with parameters of type Func.Func1Modifier and TypeMethodDescription<S> EqualsVerifierApi<T>EqualsVerifierApi.withGenericPrefabValues(Class<S> otherType, Func.Func1<?, S> factory) Adds a factory to generate prefabricated values for instance fields of classes with 1 generic type parameter that EqualsVerifier cannot instantiate by itself.MultipleTypeEqualsVerifierApi.withGenericPrefabValues(Class<S> otherType, Func.Func1<?, S> factory) Adds a factory to generate prefabricated values for instance fields of classes with 1 generic type parameter that EqualsVerifier cannot instantiate by itself.SingleTypeEqualsVerifierApi.withGenericPrefabValues(Class<S> otherType, Func.Func1<?, S> factory) Adds a factory to generate prefabricated values for instance fields of classes with 1 generic type parameter that EqualsVerifier cannot instantiate by itself. -
Uses of Func.Func1 in nl.jqno.equalsverifier.internal.prefabvalues.factories
Methods in nl.jqno.equalsverifier.internal.prefabvalues.factories with parameters of type Func.Func1Modifier and TypeMethodDescriptionstatic <A,T> PrefabValueFactory<T> Factories.simple(Func.Func1<A, T> factory, Supplier<T> emptyFactory) -
Uses of Func.Func1 in nl.jqno.equalsverifier.internal.util
Methods in nl.jqno.equalsverifier.internal.util with parameters of type Func.Func1Modifier and TypeMethodDescriptionstatic <T> voidPrefabValuesApi.addGenericPrefabValues(FactoryCache factoryCache, Class<T> otherType, Func.Func1<?, T> factory)