public final class IntToIntFunctions extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.collections.api.block.function.primitive.IntToIntFunction |
add(int intToAdd) |
static org.eclipse.collections.api.block.function.primitive.IntToIntFunction |
decrement() |
static org.eclipse.collections.api.block.function.primitive.IntToIntFunction |
increment() |
static org.eclipse.collections.api.block.function.primitive.IntToIntFunction |
subtract(int intToSubtract) |
public static org.eclipse.collections.api.block.function.primitive.IntToIntFunction increment()
public static org.eclipse.collections.api.block.function.primitive.IntToIntFunction decrement()
public static org.eclipse.collections.api.block.function.primitive.IntToIntFunction add(int intToAdd)
public static org.eclipse.collections.api.block.function.primitive.IntToIntFunction subtract(int intToSubtract)
Copyright © 2004–2018. All rights reserved.