public class P<A,B>
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
void |
foreach(java.util.function.BiConsumer<A,B> f) |
|
int |
hashCode() |
|
static <A,B> P<A,B> |
of(A a,
B b) |
|
<R> R |
with(de.pfabulist.roast.types.functiontypes.BiFunction_<A,B,R> f) |
public static <A,B> P<A,B> of(A a, B b)
public boolean equals(@Nullable
java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2018. All rights reserved.