Package org.saynotobugs.confidence.utils
Class UnPaired<Left,Right,Result>
- java.lang.Object
-
- org.saynotobugs.confidence.utils.UnPaired<Left,Right,Result>
-
- All Implemented Interfaces:
org.dmfs.jems2.FragileFunction<org.dmfs.jems2.Pair<Left,Right>,Result,java.lang.RuntimeException>,org.dmfs.jems2.Function<org.dmfs.jems2.Pair<Left,Right>,Result>,org.dmfs.jems2.ThrowingFunction<org.dmfs.jems2.Pair<Left,Right>,Result>
public final class UnPaired<Left,Right,Result> extends java.lang.Object implements org.dmfs.jems2.Function<org.dmfs.jems2.Pair<Left,Right>,Result>Un-pairs thePairargument of a function.TODO: move to jems.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resultvalue(org.dmfs.jems2.Pair<Left,Right> pair)
-