T
- Class type that is matched by this patternR
- Type of the single or composite part this pattern decomposespublic static interface API.Match.Pattern<T,R> extends Function<T,Option<R>>
Function
in the sense that a function applications returns an
optional result of type Option<R>
.Copyright © 2017. All Rights Reserved.