public class P<A,B> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static <A,B> P<A,B> |
of(A a,
B b) |
static <R> R |
until(R a,
de.pfabulist.unchecked.functiontypes.FunctionE<R,P<Boolean,R>,Exception> f) |
<R> R |
with(de.pfabulist.unchecked.functiontypes.BiFunctionE<A,B,R,Exception> f) |
Copyright © 2016. All rights reserved.