A
- attribute@FunctionalInterface
public interface Letrec3Function<A>
Modifier and Type | Method and Description |
---|---|
PatternMatcher<A> |
apply(PatternMatcher<A> arg1,
PatternMatcher<A> arg2,
PatternMatcher<A> arg3)
applies the given arguments.
First PatternMatcher is used as return value. |
PatternMatcher<A> apply(PatternMatcher<A> arg1, PatternMatcher<A> arg2, PatternMatcher<A> arg3)
arg1
- first PatternMatcherarg2
- second PatternMatcherarg3
- third PatternMatcher