Skip to content

Commit

Permalink
Resource deprecate traverseResource, fixes arity-4 (#2750)
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed Jul 13, 2022
1 parent 1254f1b commit feb3c44
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 92 deletions.
Expand Up @@ -373,6 +373,7 @@ public final class arrow/fx/coroutines/ResourceKt {
public static final fun releaseCase-zgiIeyo (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function3;)Larrow/fx/coroutines/Resource;
public static final fun resource (Lkotlin/jvm/functions/Function1;)Lkotlin/jvm/functions/Function1;
public static final fun sequence (Ljava/lang/Iterable;)Larrow/fx/coroutines/Resource;
public static final fun traverse (Ljava/lang/Iterable;Lkotlin/jvm/functions/Function1;)Larrow/fx/coroutines/Resource;
public static final fun traverseResource (Ljava/lang/Iterable;Lkotlin/jvm/functions/Function1;)Larrow/fx/coroutines/Resource;
}

Expand Down

0 comments on commit feb3c44

Please sign in to comment.