Unwrappable

interface Unwrappable<T>

An object with this interface is a wrapper around another object (e.g., a filter with a delegate). The method .unwrap can be called to get the wrapped object

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun unwrap(): T

Unwraps this instance