| Modifier and Type | Method and Description |
|---|---|
<R> Choice.Consequence<P,R> |
apply(Function<P,R> positive)
|
<R> Choice.Consequence<P,R> |
reply(R positive)
Specifies a fixed result that will be returned when the associated
condition is true to
a parameter. |
public final <R> Choice.Consequence<P,R> apply(Function<P,R> positive)
public final <R> Choice.Consequence<P,R> reply(R positive)
condition is true to
a parameter.Copyright © 2021. All rights reserved.