public final class Int2IntFunction extends Object
Modifier and Type | Method and Description |
---|---|
static IntUnaryOperator |
add(int delta) |
static IntUnaryOperator |
constant(int v) |
static IntUnaryOperator |
div(int factor) |
static IntUnaryOperator |
mul(int factor) |
static IntUnaryOperator |
sub(int delta) |
public static IntUnaryOperator sub(int delta)
public static IntUnaryOperator add(int delta)
public static IntUnaryOperator mul(int factor)
public static IntUnaryOperator constant(int v)
public static IntUnaryOperator div(int factor)
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.