Uses of Interface
org.eclipse.xtext.xbase.lib.Procedures.Procedure0
Packages that use Procedures.Procedure0
-
Uses of Procedures.Procedure0 in org.eclipse.xtext.xbase.lib
Methods in org.eclipse.xtext.xbase.lib that return Procedures.Procedure0Modifier and TypeMethodDescriptionstatic Procedures.Procedure0FunctionExtensions.andThen(Procedures.Procedure0 before, Procedures.Procedure0 after) Returns a composedProcedure1that performs, in sequence, thebeforeoperation followed by theafteroperation.static <P1> Procedures.Procedure0ProcedureExtensions.curry(Procedures.Procedure1<? super P1> procedure, P1 argument) Curries a procedure that takes one argument.Methods in org.eclipse.xtext.xbase.lib with parameters of type Procedures.Procedure0Modifier and TypeMethodDescriptionstatic Procedures.Procedure0FunctionExtensions.andThen(Procedures.Procedure0 before, Procedures.Procedure0 after) Returns a composedProcedure1that performs, in sequence, thebeforeoperation followed by theafteroperation.