Skip to content

Commit

Permalink
Update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Jul 5, 2023
1 parent f93ac0a commit 81adc52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arrow-libs/core/arrow-core/api/arrow-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,9 @@ public final class arrow/core/NonEmptySet : arrow/core/NonEmptyCollection, java/
public fun toString ()Ljava/lang/String;
public static fun toString-impl (Ljava/util/Set;)Ljava/lang/String;
public final synthetic fun unbox-impl ()Ljava/util/Set;
public fun zip (Larrow/core/NonEmptyCollection;)Larrow/core/NonEmptyCollection;
public static fun zip-impl (Ljava/util/Set;Larrow/core/NonEmptyCollection;)Larrow/core/NonEmptyCollection;
public synthetic fun zip (Larrow/core/NonEmptyCollection;)Larrow/core/NonEmptyCollection;
public fun zip-0-xjo5U (Larrow/core/NonEmptyCollection;)Ljava/util/List;
public static fun zip-0-xjo5U (Ljava/util/Set;Larrow/core/NonEmptyCollection;)Ljava/util/List;
}

public final class arrow/core/NonEmptySetKt {
Expand Down

0 comments on commit 81adc52

Please sign in to comment.