Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Success<A>

Interface used to represent remote datasource fetching success Stores the retrieved value. It can be used to

  1. represent and store the value that was successfully retrieved
  2. represent and store successful transformation applied to the retrieved value

Type parameters

  • A

    the expected value type

Hierarchy

  • Success

Index

Properties

Properties

_tag

_tag: "Success"

success

success: A

Generated using TypeDoc