Updated on 2026-08-14
This commit is contained in:
parent
7c807bcf37
commit
96076bfa26
64 changed files with 63 additions and 67 deletions
|
|
@ -1,10 +0,0 @@
|
|||
package com.tangem.common
|
||||
|
||||
/**
|
||||
* Provider for lazy initialization
|
||||
*
|
||||
* @param action initialization action
|
||||
*
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
class Provider<T>(action: () -> T) : () -> T by action
|
||||
Loading…
Add table
Add a link
Reference in a new issue