public static class ExpressionTypes.CasesMatchers.PartialMatcher<R> extends Object
| Modifier and Type | Method and Description |
|---|---|
Function<ExpressionType,R> |
otherwise_(R r) |
Function<ExpressionType,R> |
otherwise(Supplier<R> otherwise) |
Function<ExpressionType,Optional<R>> |
otherwiseEmpty() |
public final Function<ExpressionType,R> otherwise(Supplier<R> otherwise)
public final Function<ExpressionType,R> otherwise_(R r)
public final Function<ExpressionType,Optional<R>> otherwiseEmpty()
Copyright © 2021 red6 enterprise software GmbH. All rights reserved.