docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator implicit operator

    implicit operator Deferred(Deferred<TResult>)

    Implicitly converts the Deferred<TResult> into a classic Deferred. Useful if the only thing you need to know is whether or not the promise is fulfill or not (ignoring the result).

    Declaration
    public static implicit operator Deferred(Deferred<TResult> deferred)
    Parameters
    Type Name Description
    Deferred<TResult> deferred

    The Deferred<TResult> to convert.

    Returns
    Type Description
    Deferred
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)