public final class IntToIntFunctions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.gs.collections.api.block.function.primitive.IntToIntFunction |
add(int intToAdd) |
static com.gs.collections.api.block.function.primitive.IntToIntFunction |
decrement() |
static com.gs.collections.api.block.function.primitive.IntToIntFunction |
increment() |
static com.gs.collections.api.block.function.primitive.IntToIntFunction |
subtract(int intToSubtract) |
public static com.gs.collections.api.block.function.primitive.IntToIntFunction increment()
public static com.gs.collections.api.block.function.primitive.IntToIntFunction decrement()
public static com.gs.collections.api.block.function.primitive.IntToIntFunction add(int intToAdd)
public static com.gs.collections.api.block.function.primitive.IntToIntFunction subtract(int intToSubtract)