Interface PlatformFutureUtils.Writer

  • Enclosing class:
    PlatformFutureUtils

    public static interface PlatformFutureUtils.Writer
    Writer allowing special future result handling.
    • Method Detail

      • canWrite

        boolean canWrite​(Object obj,
                         Throwable err)
        Determines whether this writer can write given data.
        Parameters:
        obj - Object.
        err - Error.
        Returns:
        Value indicating whether this writer can write given data.