| Modifier and Type | Method and Description |
|---|---|
Choice<P,R> |
Choice.Consequence.orApply(Function<P,R> negative)
|
default Choice<P,R> |
Choice.Consequence.orReply(R negative)
Specifies a fixed result that will be returned when the associated
condition is false to
a parameter. |
Copyright © 2021. All rights reserved.