@FunctionalInterface public static interface Handler.Two<A,B> extends Handler
Handler.Five<A,B,C,D,E>, Handler.Four<A,B,C,D>, Handler.Three<A,B,C>, Handler.Two<A,B>
Modifier and Type | Method and Description |
---|---|
A |
handle(B b) |
Copyright © 2022. All rights reserved.