@FunctionalInterface public interface CheckedIntToLongFunction
IntToLongFunction that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(int value)
Applies this function to the given argument.
|
Copyright © 2014. All Rights Reserved.