-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to in-repo convention plug-in (#3567)
- Loading branch information
Showing
80 changed files
with
4,071 additions
and
310 deletions.
There are no files selected for viewing
File renamed without changes.
18 changes: 18 additions & 0 deletions
18
arrow-libs/core/arrow-annotations/api/jvm/arrow-annotations.api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
public final class arrow/optics/OpticsTarget : java/lang/Enum { | ||
public static final field DSL Larrow/optics/OpticsTarget; | ||
public static final field ISO Larrow/optics/OpticsTarget; | ||
public static final field LENS Larrow/optics/OpticsTarget; | ||
public static final field OPTIONAL Larrow/optics/OpticsTarget; | ||
public static final field PRISM Larrow/optics/OpticsTarget; | ||
public static fun getEntries ()Lkotlin/enums/EnumEntries; | ||
public static fun valueOf (Ljava/lang/String;)Larrow/optics/OpticsTarget; | ||
public static fun values ()[Larrow/optics/OpticsTarget; | ||
} | ||
|
||
public abstract interface annotation class arrow/optics/optics : java/lang/annotation/Annotation { | ||
public abstract fun targets ()[Larrow/optics/OpticsTarget; | ||
} | ||
|
||
public abstract interface annotation class arrow/synthetic : java/lang/annotation/Annotation { | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
public final class arrow/atomic/AtomicBoolean { | ||
public fun <init> (Z)V | ||
public final fun compareAndSet (ZZ)Z | ||
public final fun get ()Z | ||
public final fun getAndSet (Z)Z | ||
public final fun getValue ()Z | ||
public final fun set (Z)V | ||
public final fun setValue (Z)V | ||
} | ||
|
||
public final class arrow/atomic/AtomicBooleanKt { | ||
public static final fun getAndUpdate (Larrow/atomic/AtomicBoolean;Lkotlin/jvm/functions/Function1;)Z | ||
public static final fun loop (Larrow/atomic/AtomicBoolean;Lkotlin/jvm/functions/Function1;)Ljava/lang/Void; | ||
public static final fun tryUpdate (Larrow/atomic/AtomicBoolean;Lkotlin/jvm/functions/Function1;)Z | ||
public static final fun tryUpdate (Larrow/atomic/AtomicBoolean;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)Z | ||
public static final fun update (Larrow/atomic/AtomicBoolean;Lkotlin/jvm/functions/Function1;)V | ||
public static final fun update (Larrow/atomic/AtomicBoolean;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object; | ||
public static final fun updateAndGet (Larrow/atomic/AtomicBoolean;Lkotlin/jvm/functions/Function1;)Z | ||
} | ||
|
||
public final class arrow/atomic/AtomicIntKt { | ||
public static final fun getAndUpdate (Ljava/util/concurrent/atomic/AtomicInteger;Lkotlin/jvm/functions/Function1;)I | ||
public static final fun getValue (Ljava/util/concurrent/atomic/AtomicInteger;)I | ||
public static final fun loop (Ljava/util/concurrent/atomic/AtomicInteger;Lkotlin/jvm/functions/Function1;)Ljava/lang/Void; | ||
public static final fun setValue (Ljava/util/concurrent/atomic/AtomicInteger;I)V | ||
public static final fun tryUpdate (Ljava/util/concurrent/atomic/AtomicInteger;Lkotlin/jvm/functions/Function1;)Z | ||
public static final fun tryUpdate (Ljava/util/concurrent/atomic/AtomicInteger;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)Z | ||
public static final fun update (Ljava/util/concurrent/atomic/AtomicInteger;Lkotlin/jvm/functions/Function1;)V | ||
public static final fun update (Ljava/util/concurrent/atomic/AtomicInteger;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object; | ||
public static final fun updateAndGet (Ljava/util/concurrent/atomic/AtomicInteger;Lkotlin/jvm/functions/Function1;)I | ||
} | ||
|
||
public final class arrow/atomic/AtomicKt { | ||
public static final fun getAndUpdate (Ljava/util/concurrent/atomic/AtomicReference;Lkotlin/jvm/functions/Function1;)Ljava/lang/Object; | ||
public static final fun getValue (Ljava/util/concurrent/atomic/AtomicReference;)Ljava/lang/Object; | ||
public static final fun loop (Ljava/util/concurrent/atomic/AtomicReference;Lkotlin/jvm/functions/Function1;)Ljava/lang/Void; | ||
public static final fun setValue (Ljava/util/concurrent/atomic/AtomicReference;Ljava/lang/Object;)V | ||
public static final fun tryUpdate (Ljava/util/concurrent/atomic/AtomicReference;Lkotlin/jvm/functions/Function1;)Z | ||
public static final fun tryUpdate (Ljava/util/concurrent/atomic/AtomicReference;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)Z | ||
public static final fun update (Ljava/util/concurrent/atomic/AtomicReference;Lkotlin/jvm/functions/Function1;)V | ||
public static final fun update (Ljava/util/concurrent/atomic/AtomicReference;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object; | ||
public static final fun updateAndGet (Ljava/util/concurrent/atomic/AtomicReference;Lkotlin/jvm/functions/Function1;)Ljava/lang/Object; | ||
} | ||
|
||
public final class arrow/atomic/AtomicLongKt { | ||
public static final fun getAndUpdate (Ljava/util/concurrent/atomic/AtomicLong;Lkotlin/jvm/functions/Function1;)J | ||
public static final fun getValue (Ljava/util/concurrent/atomic/AtomicLong;)J | ||
public static final fun loop (Ljava/util/concurrent/atomic/AtomicLong;Lkotlin/jvm/functions/Function1;)Ljava/lang/Void; | ||
public static final fun setValue (Ljava/util/concurrent/atomic/AtomicLong;J)V | ||
public static final fun tryUpdate (Ljava/util/concurrent/atomic/AtomicLong;Lkotlin/jvm/functions/Function1;)Z | ||
public static final fun tryUpdate (Ljava/util/concurrent/atomic/AtomicLong;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)Z | ||
public static final fun update (Ljava/util/concurrent/atomic/AtomicLong;Lkotlin/jvm/functions/Function1;)V | ||
public static final fun update (Ljava/util/concurrent/atomic/AtomicLong;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object; | ||
public static final fun updateAndGet (Ljava/util/concurrent/atomic/AtomicLong;Lkotlin/jvm/functions/Function1;)J | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 27 additions & 0 deletions
27
arrow-libs/core/arrow-autoclose/api/jvm/arrow-autoclose.api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
public abstract interface class arrow/AutoCloseScope { | ||
public abstract fun autoClose (Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object; | ||
public abstract fun install (Ljava/lang/AutoCloseable;)Ljava/lang/AutoCloseable; | ||
public abstract fun onClose (Lkotlin/jvm/functions/Function1;)V | ||
} | ||
|
||
public final class arrow/AutoCloseScope$DefaultImpls { | ||
public static fun autoClose (Larrow/AutoCloseScope;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object; | ||
public static fun install (Larrow/AutoCloseScope;Ljava/lang/AutoCloseable;)Ljava/lang/AutoCloseable; | ||
} | ||
|
||
public final class arrow/AutoCloseScopeKt { | ||
public static final fun autoCloseScope (Lkotlin/jvm/functions/Function1;)Ljava/lang/Object; | ||
} | ||
|
||
public final class arrow/DefaultAutoCloseScope : arrow/AutoCloseScope { | ||
public fun <init> ()V | ||
public fun autoClose (Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object; | ||
public final fun close (Ljava/lang/Throwable;)Ljava/lang/Void; | ||
public fun install (Ljava/lang/AutoCloseable;)Ljava/lang/AutoCloseable; | ||
public fun onClose (Lkotlin/jvm/functions/Function1;)V | ||
} | ||
|
||
public final class arrow/ThrowIfFatalKt { | ||
public static final fun throwIfFatal (Ljava/lang/Throwable;)Ljava/lang/Throwable; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.