public class P<A,B> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
foreach(BiConsumer<A,B> f) |
int |
hashCode() |
static <A,B> P<A,B> |
of(A a,
B b) |
<R> R |
with(de.pfabulist.roast.functiontypes.BiFunction_<A,B,R> f) |
public static <A,B> P<A,B> of(A a, B b)
public void foreach(BiConsumer<A,B> f)
Copyright © 2017. All rights reserved.