public class DelegatingHandler<U,V> extends Object implements Handler<U>
DelegatingHandler(Handler<V> handler, Function<U,V> mapper)
boolean
equals(Object o)
void
handle(U event)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public DelegatingHandler(Handler<V> handler, Function<U,V> mapper)
public void handle(U event)
handle
Handler<U>
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2023 Eclipse. All rights reserved.