public class Throw<I1,I2,O> extends Object implements Fn0<O>, Fn<I1,O>, Fn2<I1,I2,O>, Do<I1>
Throw(Exception e)
O
$()
$(I1 value)
$(I1 first, I2 second)
void
with(I1 value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Throw(Exception e)
public O $(I1 first, I2 second)
Fn2
$
Fn2<I1,I2,O>
first
second
public O $()
Fn0
Fn0<O>
public O $(I1 value)
Fn
Fn<I1,O>
value
public void with(I1 value)
with
Do<I1>
Copyright © 2016. All rights reserved.