Class ResultWrapper<F,T>

All Implemented Interfaces:
Result<T>, Serializable

public abstract class ResultWrapper<F,T> extends ResultTranslator<Result<F>,T>
Wraps a Result, translating from one type to another and caching the result
Author:
Jeff Schnitzer invalid input: '<'[email protected]>
See Also:
  • Constructor Details

    • ResultWrapper

      public ResultWrapper(Result<F> base)
  • Method Details