invoke

operator fun <T> invoke(t: T): SafeWrapper.Default<T>(source)

Creates a SafeWrapper instance wrapping the provided target.

Return

A SafeWrapper.Default instance

Parameters

t

The target object to wrap

Type Parameters

T

The type of the target