Interface Wrapped<T>

Type Parameters:
T - The type of the wrapped value
All Known Subinterfaces:
SafelyWrapped<T>
All Known Implementing Classes:
Err, Metadata, None, Ok, Option, Result, Some

public interface Wrapped<T>
A type that serves as a wrapper for a given value that allows accessing that value.
Since:
1.0.0
Author:
Andrea Coronese
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the wrapped value.
  • Method Details