Package coneforest.psylla.core
Interface PsyOperator.Arity30.Handler<O1 extends PsyObject,O2 extends PsyObject,O3 extends PsyObject>
-
- Enclosing class:
- PsyOperator.Arity30<T1 extends PsyObject,T2 extends PsyObject,T3 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.Arity30.Handler<O1 extends PsyObject,O2 extends PsyObject,O3 extends PsyObject>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(O1 o1, O2 o2, O3 o3)
-
-
-
Method Detail
-
handle
void handle(O1 o1, O2 o2, O3 o3) throws PsyException
- Throws:
PsyException
-
-