Consumer@Deprecated public interface UnaryVoidFunction<T> extends Consumer<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(T t)
Deprecated.
|
void |
evaluate(T arg)
Deprecated.
|
Copyright © 2011–2021 Eclipse Foundation. All rights reserved.