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