Class Result<Type>

java.lang.Object
page.codeberg.friedolyn.util.Result<Type>
Type Parameters:
Type - The class of the operation's result.

public class Result<Type> extends Object
Represents the outcome of an operation that is either successful or unsuccessful and may return an elaborate result.