Serializable
@FunctionalInterface public interface IntByteToObjectFunction<T> extends Serializable
Modifier and Type | Method | Description |
---|---|---|
T |
value(int argument1,
byte argument2) |
T value(int argument1, byte argument2)
Copyright © 2004–2019. All rights reserved.