Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PatchEnv<A, B, E>

Type parameters

  • A

  • B

  • E

Hierarchy

  • PatchEnv

Index

Properties

Properties

Readonly patch

patch: (previous: A, value: B) => Effects<E, A>

Type declaration

    • (previous: A, value: B): Effects<E, A>
    • Parameters

      • previous: A
      • value: B

      Returns Effects<E, A>

Generated using TypeDoc