Package org.signal.libsignal.internal
See: Description
-
Class Summary Class Description NativeTesting Native TokioAsyncContext SimpleOwner CloseableOwner NativeHandleGuard Provides access to a Rust object handle while keeping the Java wrapper alive. BridgedStringMap FilterExceptions A collection of helper methods for limiting which checked exceptions can escape a block of code. CompletableFuture A stripped-down, Android-21-compatible version of java.util.concurrent.CompletableFuture. Enforcement AsyncKt -
Interface Summary Interface Description Owner ThrowingNativeOperation A "functional interface" for an operation that returns an object and can throw. ThrowingNativeIntOperation A "functional interface" for an operation that returns an intand can throw.ThrowingNativeLongOperation A "functional interface" for an operation that returns a longand can throw.ThrowingNativeVoidOperation A "functional interface" for an operation that has no result but can throw. ThrowingLongFunction A "functional interface" for an operation that maps a longvalue to an object and can throw.ThrowingLongConsumer A "functional interface" for an operation that accepts a longvalue, has no result, and can throw. -
Annotation Summary Annotation Description CalledFromNative Declares that a class or field is accessed via JNI.