Skip to content

Conversation

@pivovarit
Copy link
Member

No description provided.

@pivovarit pivovarit marked this pull request as ready for review October 3, 2024 15:11
@pivovarit pivovarit enabled auto-merge (squash) October 3, 2024 15:11
@pivovarit pivovarit merged commit fdb6655 into version/0.x Oct 3, 2024
@pivovarit pivovarit deleted the transient-function-cases branch October 3, 2024 15:13

private final Pattern0<T> pattern;
private final Function<? super T, ? extends R> f;
private final transient Function<? super T, ? extends R> f;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

API is a generated class hence this change should be done in Generator class. I have taken care of this in my PR: https://github.com/vavr-io/vavr/pull/2880/files#diff-3b19b7314b0707a187940dc9e7f5bf8aa42e99ff0804aedae5e36eb9c764be3aR1107


private final Pattern2<T, T1, T2> pattern;
private final BiFunction<? super T1, ? super T2, ? extends R> f;
private final transient BiFunction<? super T1, ? super T2, ? extends R> f;
Copy link
Contributor

@KrnSaurabh KrnSaurabh Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


private final Pattern1<T, T1> pattern;
private final Function<? super T1, ? extends R> f;
private final transient Function<? super T1, ? extends R> f;
Copy link
Contributor

@KrnSaurabh KrnSaurabh Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants