ResultUnaryDelegate<T, S> typedef

ResultUnaryDelegate<T, S> = UnaryDelegate<Result<T>, S>

a typedef for an UnaryDelegate of Result

Implementation

typedef ResultUnaryDelegate<T, S> = UnaryDelegate<Result<T>, S>;