public abstract static class IDanmakus.Consumer<Progress,Result>
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
ACTION_BREAK |
static int |
ACTION_CONTINUE |
static int |
ACTION_REMOVE |
static int |
ACTION_REMOVE_AND_BREAK |
构造器和说明 |
---|
Consumer() |
限定符和类型 | 方法和说明 |
---|---|
abstract int |
accept(Progress t)
Performs this operation on the given argument.
|
void |
after() |
void |
before() |
Result |
result() |
public static final int ACTION_CONTINUE
public static final int ACTION_BREAK
public static final int ACTION_REMOVE
public static final int ACTION_REMOVE_AND_BREAK
public abstract int accept(Progress t)
t
- the input argumentACTION_CONTINUE
,
ACTION_BREAK
,
ACTION_REMOVE
public void before()
public void after()
public Result result()