Skip to content

Instantly share code, notes, and snippets.

@cesartl
Created May 9, 2020 07:49
Show Gist options
  • Save cesartl/38e41796b94fcd70c534a58c03876005 to your computer and use it in GitHub Desktop.
Save cesartl/38e41796b94fcd70c534a58c03876005 to your computer and use it in GitHub Desktop.
public class Foo extends Semigroup<Foo>{
@Override
public Foo combine(Foo other){
return ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment