JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
gg.xp.xivsupport.persistence.settings
Interface WeakRunnable
All Superinterfaces:
Runnable
,
WeakItem
public interface
WeakRunnable
extends
Runnable
,
WeakItem
Method Summary
Static Methods
Modifier and Type
Method
Description
static <X>
WeakRunnable
of
(X item,
Consumer
<? super X> action)
Methods inherited from interface java.lang.
Runnable
run
Methods inherited from interface gg.xp.xivsupport.persistence.settings.
WeakItem
isGone
Method Details
of
static
<X>
WeakRunnable
of
(X item,
Consumer
<? super X> action)