Package org.glassfish.pfl.basic.func
Interface UnaryVoidFunction<T>
-
- All Superinterfaces:
java.util.function.Consumer<T>
- All Known Subinterfaces:
EmitterFactory.Emitter
- All Known Implementing Classes:
EmitterFactory.CompoundEmitter
,EmitterFactory.FieldInsnEmitter
,EmitterFactory.IntOperandEmitter
,EmitterFactory.NullEmitter
,EmitterFactory.SimpleEmitter
,UnaryVoidFunctionBase
@Deprecated public interface UnaryVoidFunction<T> extends java.util.function.Consumer<T>
Deprecated.replaced byConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default void
accept(T t)
Deprecated.void
evaluate(T arg)
Deprecated.
-