public static class IStorageService.f extends Object
| Constructor and Description |
|---|
IStorageService.f() |
| Modifier and Type | Method and Description |
|---|---|
static org.osgl.Osgl.F2<String,IStorageService,ISObject> |
get() |
static org.osgl.Osgl.F0<ISObject> |
get(String key,
IStorageService ss) |
static org.osgl.Osgl.F3<String,ISObject,IStorageService,Void> |
put() |
static org.osgl.Osgl.F0<Void> |
put(String key,
ISObject stuff,
IStorageService ss) |
static org.osgl.Osgl.F2<String,IStorageService,Void> |
remove() |
static org.osgl.Osgl.F0<Void> |
remove(String key,
IStorageService ss) |
public static org.osgl.Osgl.F0<Void> put(String key, ISObject stuff, IStorageService ss)
public static org.osgl.Osgl.F3<String,ISObject,IStorageService,Void> put()
public static org.osgl.Osgl.F0<ISObject> get(String key, IStorageService ss)
public static org.osgl.Osgl.F2<String,IStorageService,ISObject> get()
public static org.osgl.Osgl.F0<Void> remove(String key, IStorageService ss)
public static org.osgl.Osgl.F2<String,IStorageService,Void> remove()
Copyright © 2013–2017 OSGL (Open Source General Library). All rights reserved.