public class DivideToLongToString extends Object implements LongFunction<String>
Div(...), but returns the result after String.valueOf(...). This function is also deprecated, as it is easily replaced by other functions.
| Constructor and Description |
|---|
DivideToLongToString(long divisor) |
public String apply(long operand)
apply in interface LongFunction<String>Copyright © 2018. All rights reserved.