Skip to content

Commit

Permalink
Remove KFolder api and tests (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxfast authored May 2, 2023
1 parent 20195fb commit 67ce8cb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 222 deletions.
10 changes: 0 additions & 10 deletions kstore-file/api/android/kstore-file.api
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ public final class io/github/xxfast/kstore/file/FileCodec : io/github/xxfast/kst
public fun encode (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}

public final class io/github/xxfast/kstore/file/extensions/KFolder {
public fun <init> (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function1;)V
public final fun add (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun delete (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun get (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun getIndexUpdates ()Lkotlinx/coroutines/flow/Flow;
public final fun getIndexes ()Ljava/util/Set;
public final fun remove (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}

public final class io/github/xxfast/kstore/file/extensions/KListStoreKt {
public static final fun get (Lio/github/xxfast/kstore/KStore;ILkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun getOrEmpty (Lio/github/xxfast/kstore/KStore;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
Expand Down
10 changes: 0 additions & 10 deletions kstore-file/api/desktop/kstore-file.api
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ public final class io/github/xxfast/kstore/file/FileCodec : io/github/xxfast/kst
public fun encode (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}

public final class io/github/xxfast/kstore/file/extensions/KFolder {
public fun <init> (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function1;)V
public final fun add (Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun delete (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun get (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun getIndexUpdates ()Lkotlinx/coroutines/flow/Flow;
public final fun getIndexes ()Ljava/util/Set;
public final fun remove (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
}

public final class io/github/xxfast/kstore/file/extensions/KListStoreKt {
public static final fun get (Lio/github/xxfast/kstore/KStore;ILkotlin/coroutines/Continuation;)Ljava/lang/Object;
public static final fun getOrEmpty (Lio/github/xxfast/kstore/KStore;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 67ce8cb

Please sign in to comment.