Facebook
From Lousy Dolphin, 9 Years ago, written in Java.
This paste is a reply to Untitled from Silly Giraffe - go back
Embed
Viewing differences between Untitled and Re: Untitled
public Spolka getAktywnaSpolka(){
        return spolki.stream().filter(s -> {
            return s.getSymbol().equals(this.getSymbolAktywnejSpolki());
this.isActive(s));
        }).findFirst().orElse(null);
    }