Package coneforest.psylla.core
Interface PsyOperator.Arity21.Handler<O1 extends PsyObject,O2 extends PsyObject>
-
- Enclosing class:
- PsyOperator.Arity21<T1 extends PsyObject,T2 extends PsyObject>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface PsyOperator.Arity21.Handler<O1 extends PsyObject,O2 extends PsyObject>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PsyObject
handle(O1 o1, O2 o2)
-
-
-
Method Detail
-
handle
PsyObject handle(O1 o1, O2 o2) throws PsyException
- Throws:
PsyException
-
-