Type username to filter posts in this community
public String toString() { return hasValue() ? ("Maybe(" + value + ")") : "Maybe.NONE"; }
public String toString() { return hasValue() ? value.toString() : "NONE" }