DENMOUNS / premier_projet

angular et java
MIT License
0 stars 0 forks source link

Tu peux utiliser un ifPresent sur ton optional pour gerer ca en une fois si tu veux, un exemple dans le commentaire #35

Open StephaneBlackPanther opened 1 year ago

StephaneBlackPanther commented 1 year ago

https://github.com/DENMOUNS/premier_projet/blob/b872debeecbaf052e18e0dd2513d961e405d3743/garage/src/main/java/com/garageapp/garage/service/UserService.java#LL53C13-L69C14

optionalValue.ifPresent(
                value -> {
                    // Tu fais tes set
                }
        );
DENMOUNS commented 1 year ago

cala on va voir dimanche, je ne savais pas que je pouvais faire ca

Le jeu. 15 juin 2023 à 21:04, StephaneBlackPanther @.***> a écrit :

https://github.com/DENMOUNS/premier_projet/blob/b872debeecbaf052e18e0dd2513d961e405d3743/garage/src/main/java/com/garageapp/garage/service/UserService.java#LL53C13-L69C14

optionalValue.ifPresent( value -> { // Tu fais tes set } );

— Reply to this email directly, view it on GitHub https://github.com/DENMOUNS/premier_projet/issues/35, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMODQZWDC3JD3GKTALV6KOTXLNTDHANCNFSM6AAAAAAZIKTNLY . You are receiving this because you are subscribed to this thread.Message ID: @.***>