| Package | Description |
|---|---|
| de.scravy.function |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,D,R> |
Partial.apply(TetraFunction<A,B,C,D,R> f,
A arg1) |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,R> java.util.function.BiFunction<B,C,R> |
Partial.apply(TriFunction<A,B,C,R> f,
A arg1) |
static <A,B,C,R> java.util.function.Function<C,R> |
Partial.apply(TriFunction<A,B,C,R> f,
A arg1,
B arg2) |
Copyright © 2016. All rights reserved.